Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.MailboxType

Packages that use MailboxType
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.property.complex   
 

Uses of MailboxType in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return MailboxType
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.
 

Uses of MailboxType in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return MailboxType
 MailboxType EmailAddress.getMailboxType()
          Gets the type of the e-mail address.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type MailboxType
 void EmailAddress.setMailboxType(MailboxType mailboxType)
          Sets the type of the e-mail address.
 

Constructors in microsoft.exchange.webservices.data.property.complex 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.
 



Copyright © 2012–2015 Microsoft. All rights reserved.