Ejemplo n.º 1
0
        public NetOffice.OutlookApi.ItemProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object addToFolderFields)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, addToFolderFields);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.OutlookApi.ItemProperty newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.ItemProperty.LateBindingApiWrapperType) as NetOffice.OutlookApi.ItemProperty;
            return(newObject);
        }
Ejemplo n.º 2
0
        public NetOffice.OutlookApi.UserDefinedProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object displayFormat)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, displayFormat);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.OutlookApi.UserDefinedProperty newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.UserDefinedProperty.LateBindingApiWrapperType) as NetOffice.OutlookApi.UserDefinedProperty;
            return(newObject);
        }
Ejemplo n.º 3
0
 public NetOffice.OutlookApi.ItemProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object addToFolderFields)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.ItemProperty>(this, "Add", NetOffice.OutlookApi.ItemProperty.LateBindingApiWrapperType, name, type, addToFolderFields));
 }
Ejemplo n.º 4
0
 public virtual NetOffice.OutlookApi.ItemProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object addToFolderFields)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.ItemProperty>(this, "Add", typeof(NetOffice.OutlookApi.ItemProperty), name, type, addToFolderFields));
 }
Ejemplo n.º 5
0
 public NetOffice.OutlookApi.UserDefinedProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object displayFormat)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.UserDefinedProperty>(this, "Add", NetOffice.OutlookApi.UserDefinedProperty.LateBindingApiWrapperType, name, type, displayFormat));
 }
Ejemplo n.º 6
0
 public virtual NetOffice.OutlookApi.UserDefinedProperty Add(string name, NetOffice.OutlookApi.Enums.OlUserPropertyType type, object displayFormat)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OutlookApi.UserDefinedProperty>(this, "Add", typeof(NetOffice.OutlookApi.UserDefinedProperty), name, type, displayFormat));
 }