Пример #1
0
 public NetOffice.OutlookApi._StorageItem GetStorage(string storageIdentifier, NetOffice.OutlookApi.Enums.OlStorageIdentifierType storageIdentifierType)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi._StorageItem>(this, "GetStorage", storageIdentifier, storageIdentifierType));
 }
Пример #2
0
        public NetOffice.OutlookApi._StorageItem GetStorage(string storageIdentifier, NetOffice.OutlookApi.Enums.OlStorageIdentifierType storageIdentifierType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(storageIdentifier, storageIdentifierType);
            object   returnItem  = Invoker.MethodReturn(this, "GetStorage", paramsArray);

            NetOffice.OutlookApi._StorageItem newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.OutlookApi._StorageItem;
            return(newObject);
        }
Пример #3
0
 public virtual NetOffice.OutlookApi._StorageItem GetStorage(string storageIdentifier, NetOffice.OutlookApi.Enums.OlStorageIdentifierType storageIdentifierType)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi._StorageItem>(this, "GetStorage", storageIdentifier, storageIdentifierType));
 }