MsgProperty Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9147)
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 |
---|---|
Data |
Gets a data type of the property. |
Id | Gets a long ID (LID) of the property, if kind is Numerical |
Kind | Gets a kind of the property. |
Name | Gets a name of the property, if kind is String |
Property |
Gets a property set of the Numerical |
Tag | Gets a tag of the property. |
Value | Gets a value of the property. |
Methods
Name | Description |
---|---|
Get |
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. |
To |
Returns a string that represents the current object. |