Exemple #1
0
        public object CreateItem(NetOffice.OutlookApi.Enums.OlItemType itemType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(itemType);
            object   returnItem  = Invoker.MethodReturn(this, "CreateItem", paramsArray);
            object   newObject   = Factory.CreateObjectFromComProxy(this, returnItem);

            return(newObject);
        }
Exemple #2
0
 public object CreateItem(NetOffice.OutlookApi.Enums.OlItemType itemType)
 {
     return(Factory.ExecuteVariantMethodGet(this, "CreateItem", itemType));
 }
Exemple #3
0
 public virtual object CreateItem(NetOffice.OutlookApi.Enums.OlItemType itemType)
 {
     return(InvokerService.InvokeInternal.ExecuteVariantMethodGet(this, "CreateItem", itemType));
 }