| MimeDataXRtfRenderingPosition Property |
Gets X-Rtf-RenderingPosition header value.
This header is filled by TNEF to MIME with PR_RENDERING_POSITION MAPI value or by MSG to MIME parser.
It indicates where in the message text the attachment should be rendered (in characters).
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public int? XRtfRenderingPosition { get; }
Public ReadOnly Property XRtfRenderingPosition As Integer?
Get
public:
property Nullable<int> XRtfRenderingPosition {
Nullable<int> get ();
}
member XRtfRenderingPosition : Nullable<int> with get
Property Value
Type:
NullableInt32Remarks
This property should not be used with Rich Text Format (RTF) text.
The rendering position is indicated in RTF by an escape sequence called the object attachment placeholder.
This sequence consists of the string \objattph followed by a single character, normally a space, that will be replaced by the attachment rendering.
See Also