Пример #1
0
        public NetOffice.OutlookApi.Row GetNextRow()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "GetNextRow", paramsArray);

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

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