Uses of Class
com.microsoft.exchange.types.EmailAddressType

Packages that use EmailAddressType
com.microsoft.exchange.messages   
com.microsoft.exchange.types   
 

Uses of EmailAddressType in com.microsoft.exchange.messages
 

Fields in com.microsoft.exchange.messages declared as EmailAddressType
protected  EmailAddressType ExpandDL.mailbox
           
protected  EmailAddressType CreateManagedFolder.mailbox
           
protected  EmailAddressType BaseDelegateType.mailbox
           
 

Methods in com.microsoft.exchange.messages that return EmailAddressType
 EmailAddressType ExpandDL.getMailbox()
          Gets the value of the mailbox property.
 EmailAddressType CreateManagedFolder.getMailbox()
          Gets the value of the mailbox property.
 EmailAddressType BaseDelegateType.getMailbox()
          Gets the value of the mailbox property.
 

Methods in com.microsoft.exchange.messages with parameters of type EmailAddressType
 void ExpandDL.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 void CreateManagedFolder.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 void BaseDelegateType.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 

Uses of EmailAddressType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as EmailAddressType
protected  EmailAddressType SingleRecipientType.mailbox
           
protected  EmailAddressType ResolutionType.mailbox
           
protected  EmailAddressType DistinguishedFolderIdType.mailbox
           
protected  EmailAddressType AttendeeType.mailbox
           
 

Fields in com.microsoft.exchange.types with type parameters of type EmailAddressType
protected  List<EmailAddressType> ArrayOfRecipientsType.mailboxes
           
protected  List<EmailAddressType> ArrayOfDLExpansionType.mailboxes
           
 

Methods in com.microsoft.exchange.types that return EmailAddressType
 EmailAddressType ObjectFactory.createEmailAddressType()
          Create an instance of EmailAddressType
 EmailAddressType SingleRecipientType.getMailbox()
          Gets the value of the mailbox property.
 EmailAddressType ResolutionType.getMailbox()
          Gets the value of the mailbox property.
 EmailAddressType DistinguishedFolderIdType.getMailbox()
          Gets the value of the mailbox property.
 EmailAddressType AttendeeType.getMailbox()
          Gets the value of the mailbox property.
 

Methods in com.microsoft.exchange.types that return types with arguments of type EmailAddressType
 List<EmailAddressType> ArrayOfRecipientsType.getMailboxes()
          Gets the value of the mailboxes property.
 List<EmailAddressType> ArrayOfDLExpansionType.getMailboxes()
          Gets the value of the mailboxes property.
 

Methods in com.microsoft.exchange.types with parameters of type EmailAddressType
 void SingleRecipientType.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 void ResolutionType.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 void DistinguishedFolderIdType.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 void AttendeeType.setMailbox(EmailAddressType value)
          Sets the value of the mailbox property.
 



Copyright © 2012 Jasig. All Rights Reserved.