コード例 #1
0
ファイル: _Rules.cs プロジェクト: NetOfficeFw/symbols
        public NetOffice.OutlookApi.Rule Create(string name, NetOffice.OutlookApi.Enums.OlRuleType ruleType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, ruleType);
            object   returnItem  = Invoker.MethodReturn(this, "Create", paramsArray);

            NetOffice.OutlookApi.Rule newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Rule.LateBindingApiWrapperType) as NetOffice.OutlookApi.Rule;
            return(newObject);
        }
コード例 #2
0
ファイル: _Rules.cs プロジェクト: realzhaorong/NetOffice
 public NetOffice.OutlookApi.Rule Create(string name, NetOffice.OutlookApi.Enums.OlRuleType ruleType)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.Rule>(this, "Create", NetOffice.OutlookApi.Rule.LateBindingApiWrapperType, name, ruleType));
 }
コード例 #3
0
 public virtual NetOffice.OutlookApi.Rule Create(string name, NetOffice.OutlookApi.Enums.OlRuleType ruleType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.Rule>(this, "Create", typeof(NetOffice.OutlookApi.Rule), name, ruleType));
 }