DistinguishedFolderIdType.Id Property
The Id property gets or sets the identity of a default folder.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Id As DistinguishedFolderIdNameType
[XmlAttributeAttribute]
public DistinguishedFolderIdNameType Id { get; set; }
[XmlAttributeAttribute]
public:
property DistinguishedFolderIdNameType Id {
DistinguishedFolderIdNameType get ();
void set (DistinguishedFolderIdNameType value);
}
/** @property */
public DistinguishedFolderIdNameType get_Id ()
/** @property */
public void set_Id (DistinguishedFolderIdNameType value)
public function get Id () : DistinguishedFolderIdNameType
public function set Id (value : DistinguishedFolderIdNameType)
Property Value
The Id property returns a DistinguishedFolderIdNameType enumeration that represents a default folder.
Remarks
This property is required.
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
DistinguishedFolderIdType Class
DistinguishedFolderIdType Members
ExchangeWebServices Namespace