Share via


BaseMoveCopyFolderType.FolderIds Property

The FolderIds property gets or sets an array of folders to move or copy to the folder that is identified by the ToFolderId 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 an array of BaseFolderIdType objects that represent either a FolderIdType or DistinguishedFolderIdType object.

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)