AlternatePublicFolderItemId Constructors

Definition

Overloads

AlternatePublicFolderItemId()

Initializes a new instance of the AlternatePublicFolderItemId class.

AlternatePublicFolderItemId(IdFormat, String, String)

Initializes a new instance of the AlternatePublicFolderItemId class by using the supplied identifier format, the parent public folder identifier, and the identifier of the target public folder item.

AlternatePublicFolderItemId()

Initializes a new instance of the AlternatePublicFolderItemId class.

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

Applies to

AlternatePublicFolderItemId(IdFormat, String, String)

Initializes a new instance of the AlternatePublicFolderItemId class by using the supplied identifier format, the parent public folder identifier, and the identifier of the target public folder item.

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

Parameters

format
IdFormat

The public folder item format identifier.

folderId
String

The parent public folder identifier of the target public folder item.

itemId
String

The public folder item identifier.

Applies to