Table of Contents

Class ExchangePublicFolderMailbox

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a public folder mailbox in a Microsoft Exchange organization.

public class ExchangePublicFolderMailbox : BaseTypeSection, IComparable<ExchangePublicFolderMailbox>
Inheritance
ExchangePublicFolderMailbox
Implements

Constructors

ExchangePublicFolderMailbox()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox class.

public ExchangePublicFolderMailbox()

Properties

Database

Gets or sets the mailbox database where the mailbox resides. This setting only applies to Exchange On-Premises.

public string Database { get; set; }

Property Value

string

Guid

Gets or sets the identifier of the public folder mailbox in GUID format.

public string Guid { get; set; }

Property Value

string

HierarchyType

Gets or sets the hierarchy type for this public folder mailbox.

public ExchangePublicFolderMailboxHierarchyType HierarchyType { get; set; }

Property Value

ExchangePublicFolderMailboxHierarchyType

HierarchyTypeString

Gets or sets the hierarchy type for this public folder mailbox.

public string HierarchyTypeString { get; set; }

Property Value

string

Identity

Gets or sets the identity of the public folder mailbox.

public string Identity { get; set; }

Property Value

string

Name

Gets or sets the name of the public folder mailbox.

public string Name { get; set; }

Property Value

string

OrganizationalUnit

Gets or sets the organizational unit to which the public folder mailbox belongs. This setting only applies to Exchange On-Premises.

public string OrganizationalUnit { get; set; }

Property Value

string

Quota

Gets or sets the quota settings for the public folder mailbox.

public ExchangePublicFolderMailboxQuotaSettings Quota { get; set; }

Property Value

ExchangePublicFolderMailboxQuotaSettings

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox cloned from this object.

public ExchangePublicFolderMailbox Clone()

Returns

ExchangePublicFolderMailbox

A CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox.

CompareTo(ExchangePublicFolderMailbox)

Compares two CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox objects to allow sorting alphabetically by name.

public int CompareTo(ExchangePublicFolderMailbox other)

Parameters

other ExchangePublicFolderMailbox

The CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailbox objects.