Click or drag to resize

MimeDataXTnef2MimeRenderingPosition Property

Note: This API is now obsolete.

Gets X-Tnef2Mime-RenderingPosition header value. This header is filled by TNEF to MIME parser with PR_RENDERING_POSITION MAPI value. 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
[ObsoleteAttribute("Please use XRtfRenderingPosition property instead.")]
public int? XTnef2MimeRenderingPosition { get; }

Property Value

Type: NullableInt32
Remarks
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