Example #1
0
 private static SimpleProviderPropertyDefinition MakeProperty(string name, Type type)
 {
     return(AlternateMailboxSchema.MakeProperty(name, type, null));
 }
Example #2
0
 private static SimpleProviderPropertyDefinition MakeProperty(string name, Type type, object defaultValue)
 {
     return(AlternateMailboxSchema.MakeProperty(name, ExchangeObjectVersion.Exchange2010, type, PropertyDefinitionFlags.None, defaultValue, PropertyDefinitionConstraint.None, PropertyDefinitionConstraint.None));
 }