Table of Contents

Class AlternatePublicFolderId

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

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

public class AlternatePublicFolderId : AlternateIdBase
Inheritance
AlternatePublicFolderId
Derived
Inherited Members

Constructors

AlternatePublicFolderId()

Initializes a new instance of AlternatePublicFolderId.

public AlternatePublicFolderId()

AlternatePublicFolderId(IdFormat, string)

Initializes a new instance of AlternatePublicFolderId.

public AlternatePublicFolderId(IdFormat format, string folderId)

Parameters

format IdFormat

The format in which the public folder Id is expressed.

folderId string

The Id of the public folder.

Properties

FolderId

The Id of the public folder.

public string FolderId { get; set; }

Property Value

string