Exemplo n.º 1
0
        public NetOffice.OutlookApi.View Add(string name, NetOffice.OutlookApi.Enums.OlViewType viewType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, viewType);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.OutlookApi.View newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.View.LateBindingApiWrapperType) as NetOffice.OutlookApi.View;
            return(newObject);
        }
Exemplo n.º 2
0
 public NetOffice.OutlookApi.View Add(string name, NetOffice.OutlookApi.Enums.OlViewType viewType)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.View>(this, "Add", NetOffice.OutlookApi.View.LateBindingApiWrapperType, name, viewType));
 }
Exemplo n.º 3
0
 public virtual NetOffice.OutlookApi.View Add(string name, NetOffice.OutlookApi.Enums.OlViewType viewType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.View>(this, "Add", typeof(NetOffice.OutlookApi.View), name, viewType));
 }