TargetFolderIdType.Item Property

The Item property gets or sets the identifier of the target folder. Set this property with either a FolderIdType or DistinguishedFolderIdType object. This property is required. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Item As BaseFolderIdType
    Get
    Set
'Usage
Dim instance As TargetFolderIdType
Dim value As BaseFolderIdType

value = instance.Item

instance.Item = value
public BaseFolderIdType Item { get; set; }

Property Value

Type: ExchangeWebServices.BaseFolderIdType
The Item property gets or sets a BaseFolderIdType object.