FolderChangeType.Item Property
The Item property gets or sets the folder to update.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As BaseFolderIdType
Get
Set
'Usage
Dim instance As FolderChangeType
Dim value As BaseFolderIdType
value = instance.Item
instance.Item = value
public BaseFolderIdType Item { get; set; }
Property Value
Type: ExchangeWebServices.BaseFolderIdType
The Item property returns a BaseFolderIdType object that represents either a FolderIdType or DistinguishedFolderIdType object.
See Also