BaseFolderType.FolderId Property
The FolderId property gets or sets a FolderIdType object that contains the identifier and change key of a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderId As FolderIdType
Get
Set
'Usage
Dim instance As BaseFolderType
Dim value As FolderIdType
value = instance.FolderId
instance.FolderId = value
public FolderIdType FolderId { get; set; }
Property Value
Type: ExchangeWebServices.FolderIdType
The FolderId property returns a FolderIdType object that contains the identifier and change key of a folder.
See Also