SendItemType.SaveItemToFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SaveItemToFolder property gets or sets a Boolean value that specifies whether a copy of the sent item is saved. This property is required. This is a read/write property.
public:
property bool SaveItemToFolder { bool get(); void set(bool value); };
public bool SaveItemToFolder { get; set; }
Public Property SaveItemToFolder As Boolean
Property Value
The SaveItemToFolder property returns true if the sent item is saved to a folder; otherwise, it returns false.
Remarks
If this property is set to true, the folder that is identified by the SavedItemFolderId property will receive a copy of the sent item. If this property is set to true and the SavedItemFolderId property is not set, a copy of the sent item will be saved in the Sent Items default folder.