MapiXXX XMailer

Hi
MapiContact.Headers.Set(“X-Mailer”, “xx”)
MapiContact/ MapiXXX all Mapi Items, how to set XMailer for them? :slight_smile:
Thanks.

@australian.dev.nerds,

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?

@australian.dev.nerds,

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”)