Uses of Interface
microsoft.exchange.webservices.data.property.complex.ICreateComplexPropertyDelegate

Packages that use ICreateComplexPropertyDelegate
microsoft.exchange.webservices.data.property.definition   
 

Uses of ICreateComplexPropertyDelegate in microsoft.exchange.webservices.data.property.definition
 

Constructors in microsoft.exchange.webservices.data.property.definition with parameters of type ICreateComplexPropertyDelegate
ComplexPropertyDefinition(Class<TComplexProperty> cls, String xmlElementName, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Initializes a new instance.
ComplexPropertyDefinition(Class<TComplexProperty> cls, String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Instantiates a new complex property definition.
ComplexPropertyDefinition(Class<TComplexProperty> cls, String xmlElementName, String uri, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Initializes a new instance.
ComplexPropertyDefinition(String attachments, String xmlElementName, ExchangeVersion version, EnumSet<PropertyDefinitionFlags> flags, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Instantiates a new complex property definition.
ComplexPropertyDefinition(String xmlElementName, String uri, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
           
ContainedPropertyDefinition(Class<TComplexProperty> cls, String xmlElementName, String uri, String containedXmlElementName, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Initializes a new instance of.
 



Copyright © 2012–2015 Microsoft. All rights reserved.