Author |
|
MikeZ Newbie
Joined: 17 August 2020 Location: Canada
Online Status: Offline Posts: 1
|
Posted: 17 August 2020 at 7:21am | IP Logged
|
|
|
HI.
Is there a way to have SMTP emails sent through Exchange Server (2019) show up in a (specific) sent box? I am using an older version of MailBee Components (version 6.0) through Visual FoxPro. Does the latest version write emails to the sent box? Documentation from the client seems to indicate that the email software you are using does the writing to the sent box.
TIA
Mike
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 August 2020 at 8:25am | IP Logged
|
|
|
Generally, SMTP doesn't do storing sent mail to Sent folder - that's something your code needs to do via IMAP. In case of MailBee Objects, AppendMessage method of IMAP object is used for that.
Some email services may be storing sent mail automatically in Sent folder - but even if that might be the case, there's no way for email client, be it MailBee or any other SMTP client, to control that behavior.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|