Example #1
0
        public NetOffice.OutlookApi.MAPIFolder GetSpecialFolder(NetOffice.OutlookApi.Enums.OlSpecialFolders folderType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(folderType);
            object   returnItem  = Invoker.MethodReturn(this, "GetSpecialFolder", paramsArray);

            NetOffice.OutlookApi.MAPIFolder newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.OutlookApi.MAPIFolder;
            return(newObject);
        }
Example #2
0
 public virtual NetOffice.OutlookApi.MAPIFolder GetSpecialFolder(NetOffice.OutlookApi.Enums.OlSpecialFolders folderType)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi.MAPIFolder>(this, "GetSpecialFolder", folderType));
 }
Example #3
0
 public NetOffice.OutlookApi.MAPIFolder GetSpecialFolder(NetOffice.OutlookApi.Enums.OlSpecialFolders folderType)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi.MAPIFolder>(this, "GetSpecialFolder", folderType));
 }