Platform SDK: SMTP Server Events

IMailMsgProperties::ForkForRecipients

[This is preliminary documentation and subject to change.]

Create a new MailMsg object for different recipients.

HRESULT ForkForRecipients(
  [out,unique] IMailMsgProperties      **ppNewMessage,
  [out,unique] IMailMsgRecipientsAdd **ppRecipients
);
ppNewMessage
Receives a reference to the new MailMsg object.
ppRecipients
Receives the reference to the object used to add recipients.

Return Values

Value Description
S_OK Success.

See Also

IMailMsgRecipientsAdd Interface