DeleteFolderType.FolderIds Property
The FolderIds property gets or sets a set of folder identifiers for folders to delete from a mailbox. This property gets or sets a set of FolderIdType objects. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderIds As BaseFolderIdType()
Get
Set
'Usage
Dim instance As DeleteFolderType
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 that contains all the folders to create.
See Also