Поделиться через


FindFolderParentType.Folders Property

The Folders property gets the folders that are found by using the FindFolder operation.

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

Syntax

'Declaration
<XmlArrayItemAttribute("ContactsFolder", GetType(ContactsFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("CalendarFolder", GetType(CalendarFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("Folder", GetType(FolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("SearchFolder", GetType(SearchFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("TasksFolder", GetType(TasksFolderType), IsNullable:=False)> _
Public Property Folders As BaseFolderType()
[XmlArrayItemAttribute("ContactsFolder", typeof(ContactsFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("CalendarFolder", typeof(CalendarFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("Folder", typeof(FolderType), IsNullable=false)] 
[XmlArrayItemAttribute("SearchFolder", typeof(SearchFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("TasksFolder", typeof(TasksFolderType), IsNullable=false)] 
public BaseFolderType[] Folders { get; set; }
[XmlArrayItemAttribute(L"ContactsFolder", typeof(ContactsFolderType), IsNullable=false)] 
[XmlArrayItemAttribute(L"CalendarFolder", typeof(CalendarFolderType), IsNullable=false)] 
[XmlArrayItemAttribute(L"Folder", typeof(FolderType), IsNullable=false)] 
[XmlArrayItemAttribute(L"SearchFolder", typeof(SearchFolderType), IsNullable=false)] 
[XmlArrayItemAttribute(L"TasksFolder", typeof(TasksFolderType), IsNullable=false)] 
public:
property array<BaseFolderType^>^ Folders {
    array<BaseFolderType^>^ get ();
    void set (array<BaseFolderType^>^ value);
}
/** @property */
public BaseFolderType[] get_Folders ()

/** @property */
public void set_Folders (BaseFolderType[] value)
public function get Folders () : BaseFolderType[]

public function set Folders (value : BaseFolderType[])

Property Value

The Folders property returns an array of BaseFolderType objects.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

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)