The SaveMailInSentItemsFolder property specifies whether to save outgoing e-mail messages in the Sent Items folder.
object.SaveMailInSentItemsFolder[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| value | Boolean that specifies whether to save outgoing e-mail messages in the Sent Items folder |
Boolean
Read/write
HRESULT GetSaveMailInSentItemsFolder(VARIANT_BOOL *pRetVal);
HRESULT SetSaveMailInSentItemsFolder(VARIANT_BOOL NewValue);
The default is TRUE. Outgoing e-mail messages are saved in the Sent Items folder.