public NetOffice.OutlookApi.MailItem ForwardAsICal(NetOffice.OutlookApi.Enums.OlCalendarMailFormat mailFormat) { object[] paramsArray = Invoker.ValidateParamsArray(mailFormat); object returnItem = Invoker.MethodReturn(this, "ForwardAsICal", paramsArray); NetOffice.OutlookApi.MailItem newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.MailItem.LateBindingApiWrapperType) as NetOffice.OutlookApi.MailItem; return(newObject); }
public NetOffice.OutlookApi.MailItem ForwardAsICal(NetOffice.OutlookApi.Enums.OlCalendarMailFormat mailFormat) { return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.MailItem>(this, "ForwardAsICal", NetOffice.OutlookApi.MailItem.LateBindingApiWrapperType, mailFormat)); }
public virtual NetOffice.OutlookApi.MailItem ForwardAsICal(NetOffice.OutlookApi.Enums.OlCalendarMailFormat mailFormat) { return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.MailItem>(this, "ForwardAsICal", typeof(NetOffice.OutlookApi.MailItem), mailFormat)); }