|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MailboxType in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MailboxType | |
|---|---|
MailboxType |
EmailAddress.getMailboxType()
Gets the type of the e-mail address. |
static MailboxType |
MailboxType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MailboxType[] |
MailboxType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in microsoft.exchange.webservices.data with parameters of type MailboxType | |
|---|---|
void |
EmailAddress.setMailboxType(MailboxType mailboxType)
* Sets the type of the e-mail address. |
| Constructors in microsoft.exchange.webservices.data with parameters of type MailboxType | |
|---|---|
EmailAddress(String name,
String address,
String routingType,
MailboxType mailboxType)
* Initializes a new instance. |
|
EmailAddress(String name,
String address,
String routingType,
MailboxType mailboxType,
ItemId id)
* Initializes a new instance. |
|
GroupMember(String smtpAddress,
MailboxType mailboxType)
Initializes a new instance of the GroupMember class. |
|
GroupMember(String address,
String routingType,
MailboxType mailboxType)
Initializes a new instance of the GroupMember class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||