SetFolderFieldType.Item1 Property
The Item1 property gets or sets a folder update.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item1 As BaseFolderType
Get
Set
'Usage
Dim instance As SetFolderFieldType
Dim value As BaseFolderType
value = instance.Item1
instance.Item1 = value
public BaseFolderType Item1 { get; set; }
Property Value
Type: ExchangeWebServices.BaseFolderType
The Item1 property returns a BaseFolderType that represents a folder that contains a set of updates.
See Also