Hi
MapiContact.Headers.Set(“X-Mailer”, “xx”)
MapiContact/ MapiXXX all Mapi Items, how to set XMailer for them?
Thanks.
X-Mailer only applies to inbound messages and does not apply to other Outlook items.
1 Like
Thank you, I mean when saving MapiContact as msg (for instance), the lack of possibility to have XMailer is a format restriction, or Aspose limitation?
You can try, Aspose.Email should be able to do the following:
- Save MapiContact as msg
- Load msg to MapiMessage
- Call msg.Headers.Set(“X-Mailer”, “xx”)