Share via


TargetFolderIdType.Item Property

The Item property gets or sets the identifier of the target folder. Set this property with either a FolderIdType or DistinguishedFolderIdType object. This property is required. This is a read/write property.

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

Syntax

'Declaration
<XmlElementAttribute("FolderId", GetType(FolderIdType))> _
<XmlElementAttribute("DistinguishedFolderId", GetType(DistinguishedFolderIdType))> _
Public Property Item As BaseFolderIdType
[XmlElementAttribute("FolderId", typeof(FolderIdType))] 
[XmlElementAttribute("DistinguishedFolderId", typeof(DistinguishedFolderIdType))] 
public BaseFolderIdType Item { get; set; }
[XmlElementAttribute(L"FolderId", typeof(FolderIdType))] 
[XmlElementAttribute(L"DistinguishedFolderId", typeof(DistinguishedFolderIdType))] 
public:
property BaseFolderIdType^ Item {
    BaseFolderIdType^ get ();
    void set (BaseFolderIdType^ value);
}
/** @property */
public BaseFolderIdType get_Item ()

/** @property */
public void set_Item (BaseFolderIdType value)
public function get Item () : BaseFolderIdType

public function set Item (value : BaseFolderIdType)

Property Value

The Item property gets or sets a BaseFolderIdType 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)