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


SearchParametersType.BaseFolderIds Property

The BaseFolderIds property gets or sets an array of folder identifiers that identify which folders are searched.

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

Syntax

'Declaration
<XmlArrayItemAttribute("DistinguishedFolderId", GetType(DistinguishedFolderIdType), IsNullable:=False)> _
<XmlArrayItemAttribute("FolderId", GetType(FolderIdType), IsNullable:=False)> _
Public Property BaseFolderIds As BaseFolderIdType()
[XmlArrayItemAttribute("DistinguishedFolderId", typeof(DistinguishedFolderIdType), IsNullable=false)] 
[XmlArrayItemAttribute("FolderId", typeof(FolderIdType), IsNullable=false)] 
public BaseFolderIdType[] BaseFolderIds { get; set; }
[XmlArrayItemAttribute(L"DistinguishedFolderId", typeof(DistinguishedFolderIdType), IsNullable=false)] 
[XmlArrayItemAttribute(L"FolderId", typeof(FolderIdType), IsNullable=false)] 
public:
property array<BaseFolderIdType^>^ BaseFolderIds {
    array<BaseFolderIdType^>^ get ();
    void set (array<BaseFolderIdType^>^ value);
}
/** @property */
public BaseFolderIdType[] get_BaseFolderIds ()

/** @property */
public void set_BaseFolderIds (BaseFolderIdType[] value)
public function get BaseFolderIds () : BaseFolderIdType[]

public function set BaseFolderIds (value : BaseFolderIdType[])

Property Value

The BaseFolderIds property returns an array of BaseFolderIdType objects that identify the folders that are searched by a search folder.

Remarks

The BaseFolderIds property can contain either DistinguishedFolderIdType or FolderIdType objects.

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)