CreateManagedFolderRequestType.FolderNames Property
The FolderNames property gets or sets an array of managed folders to add to a mailbox. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("FolderName", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property FolderNames As String()
[XmlArrayItemAttribute("FolderName", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public string[] FolderNames { get; set; }
[XmlArrayItemAttribute(L"FolderName", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<String^>^ FolderNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
/** @property */
public String[] get_FolderNames ()
/** @property */
public void set_FolderNames (String[] value)
public function get FolderNames () : String[]
public function set FolderNames (value : String[])
Property Value
The FolderNames property returns a string array that contains the names of managed folders to add to a mailbox.
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)
See Also
Reference
CreateManagedFolderRequestType Class
CreateManagedFolderRequestType Members
ExchangeWebServices Namespace