Table of Contents

Class AlternatePublicFolderItemId

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the Id of a public folder item expressed in a specific format.

public class AlternatePublicFolderItemId : AlternatePublicFolderId
Inheritance
AlternatePublicFolderItemId
Inherited Members

Constructors

AlternatePublicFolderItemId()

Initializes a new instance of the AlternatePublicFolderItemId class.

public AlternatePublicFolderItemId()

AlternatePublicFolderItemId(IdFormat, string, string)

Initializes a new instance of the AlternatePublicFolderItemId class.

public AlternatePublicFolderItemId(IdFormat format, string folderId, string itemId)

Parameters

format IdFormat

The format in which the public folder item Id is expressed.

folderId string

The Id of the parent public folder of the public folder item.

itemId string

The Id of the public folder item.

Properties

ItemId

The Id of the public folder item.

public string ItemId { get; set; }

Property Value

string