Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.OofExternalAudience

Packages that use OofExternalAudience
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.property.complex.availability   
 

Uses of OofExternalAudience in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return OofExternalAudience
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.
 

Uses of OofExternalAudience in microsoft.exchange.webservices.data.property.complex.availability
 

Methods in microsoft.exchange.webservices.data.property.complex.availability that return OofExternalAudience
 OofExternalAudience OofSettings.getAllowExternalOof()
          Gets a value indicating the authorized external OOF notification.
 OofExternalAudience OofSettings.getExternalAudience()
          Gets a value indicating who should receive external OOF messages.
 

Methods in microsoft.exchange.webservices.data.property.complex.availability with parameters of type OofExternalAudience
 void OofSettings.setAllowExternalOof(OofExternalAudience allowExternalOof)
          Sets a value indicating the authorized external OOF notification.
 void OofSettings.setExternalAudience(OofExternalAudience externalAudience)
          Sets a value indicating who should receive external OOF messages.
 



Copyright © 2012–2015 Microsoft. All rights reserved.