コード例 #1
0
 protected NativeStorePropertyDefinition GetPropertyDefinitionFromPropTag(StoreSession storeSession, int propTag)
 {
     return(MapiUtils.ConvertPropTagsToDefinitions(storeSession, new PropTag[]
     {
         (PropTag)propTag
     })[0]);
 }
コード例 #2
0
 public NativeStorePropertyDefinition[] ConvertPropTagsToDefinitions(params PropTag[] propTags)
 {
     return(MapiUtils.ConvertPropTagsToDefinitions(this.StoreSession, propTags));
 }