DistinguishedFolderIdType Class
The DistinguishedFolderIdType class identifies Microsoft Exchange Server folders that can be referenced by name. If you do not use this class, you must use the FolderIdType class to identify a folder.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseFolderIdType
ExchangeWebServices.DistinguishedFolderIdType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DistinguishedFolderIdType _
Inherits BaseFolderIdType
'Usage
Dim instance As DistinguishedFolderIdType
[SerializableAttribute]
public class DistinguishedFolderIdType : BaseFolderIdType
Remarks
A DistinguishedFolderIdType object resolves to a FolderIdType object on the Exchange server.
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.
See Also