Table of Contents

Class SearchableMailbox

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

Represents searchable mailbox object

public sealed class SearchableMailbox
Inheritance
SearchableMailbox
Inherited Members

Constructors

SearchableMailbox()

Constructor

public SearchableMailbox()

SearchableMailbox(Guid, string, bool, string, string, bool, string)

Constructor

public SearchableMailbox(Guid guid, string smtpAddress, bool isExternalMailbox, string externalEmailAddress, string displayName, bool isMembershipGroup, string referenceId)

Parameters

guid Guid

Guid

smtpAddress string

Smtp address

isExternalMailbox bool

If true, this is an external mailbox

externalEmailAddress string

External email address

displayName string

Display name

isMembershipGroup bool

Is a membership group

referenceId string

Reference id

Properties

DisplayName

Display name

public string DisplayName { get; set; }

Property Value

string

ExternalEmailAddress

External email address for the mailbox

public string ExternalEmailAddress { get; set; }

Property Value

string

Guid

Guid

public Guid Guid { get; set; }

Property Value

Guid

IsExternalMailbox

If true, this is an external mailbox

public bool IsExternalMailbox { get; set; }

Property Value

bool

IsMembershipGroup

Is a membership group

public bool IsMembershipGroup { get; set; }

Property Value

bool

ReferenceId

Reference id

public string ReferenceId { get; set; }

Property Value

string

SmtpAddress

Smtp address

public string SmtpAddress { get; set; }

Property Value

string