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

Packages that use ArrayOfRecipientsType
com.microsoft.exchange.types   
 

Uses of ArrayOfRecipientsType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as ArrayOfRecipientsType
protected  ArrayOfRecipientsType MessageType.bccRecipients
           
protected  ArrayOfRecipientsType MessageType.ccRecipients
           
protected  ArrayOfRecipientsType MessageType.replyTo
           
protected  ArrayOfRecipientsType MessageType.toRecipients
           
 

Methods in com.microsoft.exchange.types that return ArrayOfRecipientsType
 ArrayOfRecipientsType ObjectFactory.createArrayOfRecipientsType()
          Create an instance of ArrayOfRecipientsType
 ArrayOfRecipientsType MessageType.getBccRecipients()
          Gets the value of the bccRecipients property.
 ArrayOfRecipientsType MessageType.getCcRecipients()
          Gets the value of the ccRecipients property.
 ArrayOfRecipientsType MessageType.getReplyTo()
          Gets the value of the replyTo property.
 ArrayOfRecipientsType MessageType.getToRecipients()
          Gets the value of the toRecipients property.
 

Methods in com.microsoft.exchange.types with parameters of type ArrayOfRecipientsType
 void MessageType.setBccRecipients(ArrayOfRecipientsType value)
          Sets the value of the bccRecipients property.
 void MessageType.setCcRecipients(ArrayOfRecipientsType value)
          Sets the value of the ccRecipients property.
 void MessageType.setReplyTo(ArrayOfRecipientsType value)
          Sets the value of the replyTo property.
 void MessageType.setToRecipients(ArrayOfRecipientsType value)
          Sets the value of the toRecipients property.
 



Copyright © 2012 Jasig. All Rights Reserved.