コード例 #1
0
 private static bool PopulateAliasAndOtherRecordProperties(ADUser user, ulong puid, PropertyBag propertyValuesBag)
 {
     return(ConsumerMailboxHelper.PopulateConsumerMailboxProperties(user, puid, ConsumerMailboxHelper.MServAliasAndOtherRecordProperties, propertyValuesBag, false));
 }
コード例 #2
0
 private static bool PopulateStoreOnlyProperties(ADRawEntry user, ulong puid, PropertyBag propertyValuesBag, bool setMbxPropertyDefinition = false)
 {
     return(ConsumerMailboxHelper.PopulateConsumerMailboxProperties(user, puid, ConsumerMailboxHelper.StoreProperties, propertyValuesBag, setMbxPropertyDefinition));
 }