Author |
|
ay1585 Newbie
Joined: 01 April 2009 Location: India
Online Status: Offline Posts: 7
|
Posted: 01 April 2009 at 8:27am | IP Logged
|
|
|
Hi,
I need to save an unsent mail to drafts in a "Save To drafts" button click. For suppose if I type some content and I want to send it at a later point of time.
Can anyone suggest me as to how to accomplish this task.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 02 April 2009 at 12:47am | IP Logged
|
|
|
Tou've received the following response in another forum thread:
Quote:
To save message after or before sending, you should replace msg.GetMessageRawData() with mailer.Message.GetMessageRawData() where "mailer" is an instance of Smtp class used for sending the message. |
|
|
We believe the answer applies to this question as well, you'll need to create Message object anyway.
If this doesn't help, please clarify your requirements, e.g. what exactly you'd like us to help you with.
Regards,
Igor
|
Back to Top |
|
|