Uses of Class
microsoft.exchange.webservices.data.OofExternalAudience

Uses of OofExternalAudience in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return OofExternalAudience
 OofExternalAudience OofSettings.getAllowExternalOof()
          Gets a value indicating the authorized external OOF notifications.
 OofExternalAudience OofSettings.getExternalAudience()
          Gets a value indicating who should receive external OOF messages.
static OofExternalAudience OofExternalAudience.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OofExternalAudience[] OofExternalAudience.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 OofExternalAudience
 void OofSettings.setAllowExternalOof(OofExternalAudience allowExternalOof)
          Sets a value indicating the authorized external OOF notifications.
 void OofSettings.setExternalAudience(OofExternalAudience externalAudience)
          Sets a value indicating who should receive external OOF messages.
 



Copyright © 2012. All Rights Reserved.