Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The MailMsg COM class exposes the following COM interfaces which are used to access transport envelope properties and the message content as it proceeds through the protocol and transport components of the service:
Interface | Description |
---|---|
IMailMsgProperties | Defines methods used to access the message properties and content. |
IMailMsgPropertyManagement | Defines methods used to allocate and enumerate current property set identifier ranges. |
IMailMsgRecipientsBase | Defines methods used to access base properties about recipients. |
IMailMsgRecipients | Defines methods to access recipient properties. This interface extends the IMailMsgRecipientsBase interface. |
IMailMsgBind | Defines methods used to bind a MailMsg object to a particular store. |