SaveMailInSentItemsFolder Property (DTS)

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

Applies To
SendMailTask Object  

Syntax

object.SaveMailInSentItemsFolder[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to save e-mail messages

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSaveMailInSentItemsFolder(VARIANT_BOOL *pRetVal);

HRESULT SetSaveMailInSentItemsFolder(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.