SaveMailInSentItemsFolder Property

DTS Programming

DTS Programming

SaveMailInSentItemsFolder Property

The SaveMailInSentItemsFolder property specifies whether to save outgoing e-mail messages in the Sent Items folder.

Applies To
SendMailTask Object
Syntax

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSaveMailInSentItemsFolder(VARIANT_BOOL *pRetVal);

HRESULT SetSaveMailInSentItemsFolder(VARIANT_BOOL NewValue);

Remarks

The default is TRUE. Outgoing e-mail messages are saved in the Sent Items folder.