Author |
|
luet Newbie
Joined: 31 December 2016 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 31 December 2016 at 5:38am | IP Logged
|
|
|
When I send a mail with IMAP, how do I get a copy of this mail to sent object folder?
there ist no example.
Thank you very much
luet
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 31 December 2016 at 6:40am | IP Logged
|
|
|
Hi,
That's it:
http://forum.afterlogic.com/forum_posts.asp?TID=185
Regards,
Alex
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 31 December 2016 at 6:41am | IP Logged
|
|
|
It's assumed sent folder is called Sent in your account.
Regards,
Alex
|
Back to Top |
|
|
luet Newbie
Joined: 31 December 2016 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 04 January 2017 at 8:52am | IP Logged
|
|
|
Hello,
thanks for very quick help!
It run very good.
Is it only for IMAP, not for POP3?
Or is it possible?
Thanks
luet
|
Back to Top |
|
|
luet Newbie
Joined: 31 December 2016 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 04 January 2017 at 9:41am | IP Logged
|
|
|
This is not running:
If objMailerIMAPI.AppendMessage("Sent", objMailerSMTP.Message.RawBody) Then
This runs:
If objMailerIMAPI.AppendMessage("Gesendete Objekte", objMailerSMTP.Message.RawBody) Then
Whats the Problem? SENT ??
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 04 January 2017 at 11:22am | IP Logged
|
|
|
From earlier message:
It's assumed sent folder is called Sent in your account.
If your Sent folder has another name, you should use it. There is no standard name for such folder, that's why mail clients usually let you select or specify it.
Regards,
Alex
|
Back to Top |
|
|