Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.OofExternalAudience
-
Packages that use OofExternalAudience Package Description 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 Modifier and Type Method Description static OofExternalAudienceOofExternalAudience. 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 Modifier and Type Method Description OofExternalAudienceOofSettings. getAllowExternalOof()Gets a value indicating the authorized external OOF notification.OofExternalAudienceOofSettings. 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 Modifier and Type Method Description voidOofSettings. setAllowExternalOof(OofExternalAudience allowExternalOof)Sets a value indicating the authorized external OOF notification.voidOofSettings. setExternalAudience(OofExternalAudience externalAudience)Sets a value indicating who should receive external OOF messages.
-