Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.MailboxType
-
Packages that use MailboxType Package Description 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 Modifier and Type Method Description static MailboxTypeMailboxType. 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 Modifier and Type Method Description MailboxTypeEmailAddress. getMailboxType()Gets the type of the e-mail address.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type MailboxType Modifier and Type Method Description voidEmailAddress. setMailboxType(MailboxType mailboxType)Sets the type of the e-mail address.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type MailboxType Constructor Description 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 address, String routingType, MailboxType mailboxType)Initializes a new instance of the GroupMember class.GroupMember(String smtpAddress, MailboxType mailboxType)Initializes a new instance of the GroupMember class.
-