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

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

Uses of ExternalAudience in com.microsoft.exchange.messages
 

Fields in com.microsoft.exchange.messages declared as ExternalAudience
protected  ExternalAudience GetUserOofSettingsResponse.allowExternalOof
           
 

Methods in com.microsoft.exchange.messages that return ExternalAudience
 ExternalAudience GetUserOofSettingsResponse.getAllowExternalOof()
          Gets the value of the allowExternalOof property.
 

Methods in com.microsoft.exchange.messages with parameters of type ExternalAudience
 void GetUserOofSettingsResponse.setAllowExternalOof(ExternalAudience value)
          Sets the value of the allowExternalOof property.
 

Uses of ExternalAudience in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as ExternalAudience
protected  ExternalAudience UserOofSettings.externalAudience
           
 

Methods in com.microsoft.exchange.types that return ExternalAudience
static ExternalAudience ExternalAudience.fromValue(String v)
           
 ExternalAudience UserOofSettings.getExternalAudience()
          Gets the value of the externalAudience property.
static ExternalAudience ExternalAudience.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExternalAudience[] ExternalAudience.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.microsoft.exchange.types with parameters of type ExternalAudience
 void UserOofSettings.setExternalAudience(ExternalAudience value)
          Sets the value of the externalAudience property.
 



Copyright © 2012 Jasig. All Rights Reserved.