public NetOffice.OutlookApi.Selection GetSelection(NetOffice.OutlookApi.Enums.OlSelectionContents selectionContents)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(selectionContents);
            object   returnItem  = Invoker.MethodReturn(this, "GetSelection", paramsArray);

            NetOffice.OutlookApi.Selection newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Selection.LateBindingApiWrapperType) as NetOffice.OutlookApi.Selection;
            return(newObject);
        }
 public NetOffice.OutlookApi.Selection GetSelection(NetOffice.OutlookApi.Enums.OlSelectionContents selectionContents)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.Selection>(this, "GetSelection", NetOffice.OutlookApi.Selection.LateBindingApiWrapperType, selectionContents));
 }
Exemple #3
0
 public virtual NetOffice.OutlookApi.Selection GetSelection(NetOffice.OutlookApi.Enums.OlSelectionContents selectionContents)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.Selection>(this, "GetSelection", typeof(NetOffice.OutlookApi.Selection), selectionContents));
 }