SendItemType Members
Include Protected Members
Include Inherited Members
The SendItemType class represents a request to send a message.
The SendItemType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SendItemType | The SendItemType constructor initializes a new instance of the SendItemType class. |
Top
Properties
Name | Description | |
---|---|---|
ItemIds | The ItemIds property gets or sets an array of item identifiers that are used to determine the items to try to send. Set this property with an ItemIdType array. This property is required. This is a read/write property. | |
SavedItemFolderId | The SavedItemFolderId property gets or sets the identity of the folder that contains a saved version of the sent item. This property is set with either a FolderIdType or a DistinguishedFolderIdType. This property is optional. This is a read/write property. | |
SaveItemToFolder | 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. |
Top