API Reference

Enum

OutlookUserPropertyType

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Accepted by parameters

Values

public const OutlookUserPropertyType Unknown #

The definition uses a type OfficeIMO does not currently interpret.

Value: -1
public const OutlookUserPropertyType Text #

Text field.

Value: 0
public const OutlookUserPropertyType Number #

Floating-point number field.

Value: 1
public const OutlookUserPropertyType Percent #

Percentage field.

Value: 2
public const OutlookUserPropertyType Currency #

Fixed-point currency field.

Value: 3
public const OutlookUserPropertyType Boolean #

Yes/no field.

Value: 4
public const OutlookUserPropertyType DateTime #

Date and time field.

Value: 5
public const OutlookUserPropertyType Duration #

Duration field whose MAPI value is a number of minutes.

Value: 6
public const OutlookUserPropertyType Combination #

Combination field selecting the first non-empty component.

Value: 7
public const OutlookUserPropertyType Formula #

Calculated formula field.

Value: 8
public const OutlookUserPropertyType Concatenation #

Combination field concatenating its components.

Value: 12
public const OutlookUserPropertyType Keywords #

Multiple keyword strings.

Value: 13
public const OutlookUserPropertyType Integer #

32-bit integer field.

Value: 14