Share via


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
<XmlArrayItemAttribute("FolderId", GetType(FolderIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("DistinguishedFolderId", GetType(DistinguishedFolderIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property FolderIds As BaseFolderIdType()
[XmlArrayItemAttribute("FolderId", typeof(FolderIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute("DistinguishedFolderId", typeof(DistinguishedFolderIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public BaseFolderIdType[] FolderIds { get; set; }
[XmlArrayItemAttribute(L"FolderId", typeof(FolderIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute(L"DistinguishedFolderId", typeof(DistinguishedFolderIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public:
property array<BaseFolderIdType^>^ FolderIds {
    array<BaseFolderIdType^>^ get ();
    void set (array<BaseFolderIdType^>^ value);
}
/** @property */
public BaseFolderIdType[] get_FolderIds ()

/** @property */
public void set_FolderIds (BaseFolderIdType[] value)
public function get FolderIds () : BaseFolderIdType[]

public function set FolderIds (value : BaseFolderIdType[])

Property Value

The FolderIds property returns a BaseFolderType array that contains all the folders to create.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)