MsgProperty Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
Represents a property of the Outlook .MSG message or attachment.
Syntax
public class MsgProperty
Inherited Members
Remarks
Internally, this is a MAPI property.
Properties
Name | Description |
---|---|
DataType | Gets a data type of the property. |
Id | Gets a long ID (LID) of the property, if kind is NumericalNamed. |
Kind | Gets a kind of the property. |
Name | Gets a name of the property, if kind is StringNamed. |
PropertySet | Gets a property set of the NumericalNamed or StringNamed property. Returns None for Tagged property or if the property set (GUID) is unknown. |
Tag | Gets a tag of the property. |
Value | Gets a value of the property. |
Methods
Name | Description |
---|---|
GetRawData() | Gets copy of the raw data of the Value read from the underlying stream. If new value is set to the property, the raw data value is cleared. This method is valid only for data types: String, String8, Binary, Guid. For other data types this method returns null. |
ToString() | Returns a string that represents the current object. |