AlternatePublicFolderId Constructors

Definition

Overloads

AlternatePublicFolderId()

Initializes a new instance of AlternatePublicFolderId class.

AlternatePublicFolderId(IdFormat, String)

Initializes a new instance of the AlternatePublicFolderId class by using the supplied public folder identifier format and the public folder identifier.

AlternatePublicFolderId()

Initializes a new instance of AlternatePublicFolderId class.

public:
 AlternatePublicFolderId();
public AlternatePublicFolderId ();
Public Sub New ()

Applies to

AlternatePublicFolderId(IdFormat, String)

Initializes a new instance of the AlternatePublicFolderId class by using the supplied public folder identifier format and the public folder identifier.

public:
 AlternatePublicFolderId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ folderId);
public AlternatePublicFolderId (Microsoft.Exchange.WebServices.Data.IdFormat format, string folderId);
Public Sub New (format As IdFormat, folderId As String)

Parameters

format
IdFormat

The public folder identifier format.

folderId
String

The public folder identifier.

Applies to