The SaveMailInSentItemsFolder property specifies whether to save e-mail messages in the Sent Items folder.
SendMailTask Object |
object.SaveMailInSentItemsFolder[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to save e-mail messages |
The default is False.
Boolean
Read/write
HRESULT GetSaveMailInSentItemsFolder(VARIANT_BOOL *pRetVal);
HRESULT SetSaveMailInSentItemsFolder(VARIANT_BOOL NewValue);