Пример #1
0
		public NetOffice.OutlookApi.Table GetTable()
		{
			object[] paramsArray = null;
			object returnItem = Invoker.MethodReturn(this, "GetTable", paramsArray);
			NetOffice.OutlookApi.Table newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem,NetOffice.OutlookApi.Table.LateBindingApiWrapperType) as NetOffice.OutlookApi.Table;
			return newObject;
		}
Пример #2
0
        public NetOffice.OutlookApi.Table GetTable(object filter, object tableContents)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(filter, tableContents);
            object   returnItem  = Invoker.MethodReturn(this, "GetTable", paramsArray);

            NetOffice.OutlookApi.Table newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Table.LateBindingApiWrapperType) as NetOffice.OutlookApi.Table;
            return(newObject);
        }
Пример #3
0
        public NetOffice.OutlookApi.Table Restrict(string filter)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(filter);
            object   returnItem  = Invoker.MethodReturn(this, "Restrict", paramsArray);

            NetOffice.OutlookApi.Table newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Table.LateBindingApiWrapperType) as NetOffice.OutlookApi.Table;
            return(newObject);
        }