Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.DefaultExtendedPropertySet
-
Packages that use DefaultExtendedPropertySet Package Description microsoft.exchange.webservices.data.core.enumeration.property microsoft.exchange.webservices.data.property.definition -
-
Uses of DefaultExtendedPropertySet in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return DefaultExtendedPropertySet Modifier and Type Method Description static DefaultExtendedPropertySetDefaultExtendedPropertySet. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultExtendedPropertySet[]DefaultExtendedPropertySet. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultExtendedPropertySet in microsoft.exchange.webservices.data.property.definition
Methods in microsoft.exchange.webservices.data.property.definition that return DefaultExtendedPropertySet Modifier and Type Method Description DefaultExtendedPropertySetExtendedPropertyDefinition. getPropertySet()Gets the property set of the extended property.Constructors in microsoft.exchange.webservices.data.property.definition with parameters of type DefaultExtendedPropertySet Constructor Description ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet, int id, MapiPropertyType mapiType)Initializes a new instance.ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet, String name, MapiPropertyType mapiType)Initializes a new instance.
-