Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Sets the content size for the MailMsg object.
HRESULT SetContentSize( [in] DWORD dwSize, [in,unique] IMailMsgNotify *pNotify );
Value | Description |
---|---|
S_OK | Success. |
MAILMSG_S_PENDING | Success. The operation will complete asynchronously. When it completes, you will be notified through the interface you passed using the pNotify parameter. The result of the operation will be returned with the notification callback method. |
All content in excess of the new content size is lost once this method completes.
IMailMsgNotify Interface
IMailMsgNotify::Notify