Class PreviewItemMailbox
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents mailbox object for preview item.
public sealed class PreviewItemMailbox
- Inheritance
-
PreviewItemMailbox
- Inherited Members
Constructors
PreviewItemMailbox()
Constructor
public PreviewItemMailbox()
PreviewItemMailbox(string, string)
Constructor
public PreviewItemMailbox(string mailboxId, string primarySmtpAddress)
Parameters
Properties
MailboxId
Mailbox id
public string MailboxId { get; set; }
Property Value
PrimarySmtpAddress
Primary smtp address
public string PrimarySmtpAddress { get; set; }