NamedPropertyKind Enumeration |
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum NamedPropertyKind
Public Enumeration NamedPropertyKind
public enum class NamedPropertyKind
Members
| Member name | Value | Description |
---|
| Numerical | 0 |
Property has name id.
|
| String | 1 |
Property has string name.
|
See Also