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
GuidGuid
smtpAddress
stringSmtp address
isExternalMailbox
boolIf true, this is an external mailbox
externalEmailAddress
stringExternal email address
displayName
stringDisplay name
isMembershipGroup
boolIs a membership group
referenceId
stringReference id
Properties
DisplayName
Display name
public string DisplayName { get; set; }
Property Value
ExternalEmailAddress
External email address for the mailbox
public string ExternalEmailAddress { get; set; }
Property Value
Guid
Guid
public Guid Guid { get; set; }
Property Value
IsExternalMailbox
If true, this is an external mailbox
public bool IsExternalMailbox { get; set; }
Property Value
IsMembershipGroup
Is a membership group
public bool IsMembershipGroup { get; set; }
Property Value
ReferenceId
Reference id
public string ReferenceId { get; set; }
Property Value
SmtpAddress
Smtp address
public string SmtpAddress { get; set; }