Ejemplo n.º 1
0
        public NetOffice.OutlookApi.NavigationModule GetNavigationModule(NetOffice.OutlookApi.Enums.OlNavigationModuleType moduleType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(moduleType);
            object   returnItem  = Invoker.MethodReturn(this, "GetNavigationModule", paramsArray);

            NetOffice.OutlookApi.NavigationModule newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.NavigationModule.LateBindingApiWrapperType) as NetOffice.OutlookApi.NavigationModule;
            return(newObject);
        }
Ejemplo n.º 2
0
 public NetOffice.OutlookApi.NavigationModule GetNavigationModule(NetOffice.OutlookApi.Enums.OlNavigationModuleType moduleType)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.NavigationModule>(this, "GetNavigationModule", NetOffice.OutlookApi.NavigationModule.LateBindingApiWrapperType, moduleType));
 }
Ejemplo n.º 3
0
 public virtual NetOffice.OutlookApi.NavigationModule GetNavigationModule(NetOffice.OutlookApi.Enums.OlNavigationModuleType moduleType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.NavigationModule>(this, "GetNavigationModule", typeof(NetOffice.OutlookApi.NavigationModule), moduleType));
 }