Share via


PublicFolderIdParameter Members

Include Protected Members
Include Inherited Members

Identifies an Exchange public folder.

The PublicFolderIdParameter type exposes the following members.

Constructors

  Name Description
Public method PublicFolderIdParameter() Initializes a new instance of the PublicFolderIdParameter class.
Public method PublicFolderIdParameter(ADObject) Initializes a new instance of the PublicFolderIdParameter class from the specified Active Directory object.
Public method PublicFolderIdParameter(ADObjectId) Initializes a new instance of the PublicFolderIdParameter class from the specified Active Directory object identifier.
Public method PublicFolderIdParameter(MapiEntryId) Initializes a new instance of the PublicFolderIdParameter class from the specified entry identifier.
Public method PublicFolderIdParameter(PublicFolderEntry) Initializes a new instance of the PublicFolderIdParameter class from the specified public folder entry.
Public method PublicFolderIdParameter(PublicFolderId) Initializes a new instance of the PublicFolderIdParameter class from the specified public folder identifier.
Public method PublicFolderIdParameter(MapiFolderPath) Initializes a new instance of the PublicFolderIdParameter class from the specified public folder path.

Top

Properties

  Name Description
Protected property MapiObjectId (Inherited from MapiIdParameter.)
Public property Organization

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Returns a new instance of the PublicFolderIdParameter class from the specified string.
Public method ToString Returns the Exchange public folder identifier as a string. (Overrides Object.ToString().)

Top