API Reference
Enum
OutlookUserPropertyType
Logical Outlook field types stored in a PropertyDefinition stream.
Inheritance
- Enum
- OutlookUserPropertyType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OutlookUserProperty.FieldType
- Property OutlookUserPropertyDefinition.FieldType
- Field OutlookUserPropertyType.Boolean
- Field OutlookUserPropertyType.Combination
- Field OutlookUserPropertyType.Concatenation
- Field OutlookUserPropertyType.Currency
- Field OutlookUserPropertyType.DateTime
- Field OutlookUserPropertyType.Duration
- Field OutlookUserPropertyType.Formula
- Field OutlookUserPropertyType.Integer
- Field OutlookUserPropertyType.Keywords
- Field OutlookUserPropertyType.Number
- Field OutlookUserPropertyType.Percent
- Field OutlookUserPropertyType.Text
- Field OutlookUserPropertyType.Unknown
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const OutlookUserPropertyType Unknown #The definition uses a type OfficeIMO does not currently interpret.
Value:
-1public const OutlookUserPropertyType Duration #Duration field whose MAPI value is a number of minutes.
Value:
6public const OutlookUserPropertyType Combination #Combination field selecting the first non-empty component.
Value:
7public const OutlookUserPropertyType Concatenation #Combination field concatenating its components.
Value:
12