Table of Contents

Class AlternateMailbox

Namespace
Microsoft.Exchange.WebServices.Autodiscover
Assembly
Microsoft.Exchange.WebServices.dll

Represents an alternate mailbox.

public sealed class AlternateMailbox
Inheritance
AlternateMailbox
Inherited Members

Properties

DisplayName

Gets the alternate mailbox display name.

public string DisplayName { get; }

Property Value

string

LegacyDN

Gets the alternate mailbox legacy DN.

public string LegacyDN { get; }

Property Value

string

OwnerSmtpAddress

Gets the alternate mailbox owner SmtpAddress.

public string OwnerSmtpAddress { get; }

Property Value

string

Server

Gets the alernate mailbox server.

public string Server { get; }

Property Value

string

SmtpAddress

Gets the alternate mailbox address. It has value only when Server and LegacyDN is empty.

public string SmtpAddress { get; }

Property Value

string

Type

Gets the alternate mailbox type.

public string Type { get; }

Property Value

string

The type.