MsgPropertyKind Enum
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9313)
Specifies a kind of MsgProperty.
Syntax
public enum MsgPropertyKind
Fields
| Name | Description |
|---|---|
| NumericalNamed | A named property with a numerical identifier (identified by MsgPropertyId, prefix in [MS-OXPROPS] is "PidLid"). |
| StringNamed | A named property with a string identifier (identified by String, prefix in [MS-OXPROPS] is "PidName"). |
| Tagged | A tagged property (identified by MsgPropertyTag, prefix in [MS-OXPROPS] is "PidTag"). |