Share via


GetFolderType.FolderIds Property

The FolderIds property gets or sets the identifiers of the folders to get.

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

Syntax

'Declaration
Public Property FolderIds As BaseFolderIdType()
    Get
    Set
'Usage
Dim instance As GetFolderType
Dim value As BaseFolderIdType()

value = instance.FolderIds

instance.FolderIds = value
public BaseFolderIdType[] FolderIds { get; set; }

Property Value

Type: []
The FolderIds property returns a BaseFolderType array.