11-29-2020, 05:08 PM
Hello,
I sent a message with a TidSMTP.
Now I wish save the message in the online server. To do this I try:
But AMBName in my server is 'INBOX.Inviata' but in other server is 'SENT' or 'INBOX.SENT' and so on.
There is a method to pass only one international AMBName valid for all servers?
Thanks
I sent a message with a TidSMTP.
Now I wish save the message in the online server. To do this I try:
Code:
IMAP.AppendMsg(AMBName, MailMessage, []);
But AMBName in my server is 'INBOX.Inviata' but in other server is 'SENT' or 'INBOX.SENT' and so on.
There is a method to pass only one international AMBName valid for all servers?
Thanks