SendItemType Members
The SendItemType class represents a request to send a message.
The following tables list the members exposed by the SendItemType type.
Public Constructors
Name | Description | |
---|---|---|
SendItemType | The SendItemType constructor initializes a new instance of the SendItemType class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SendItemType Class
ExchangeWebServices Namespace
Other Resources
SendItem Operation
Sending E-mail Messages (Exchange Web Services)