| 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; }
<ObsoleteAttribute("Please use XRtfRenderingPosition property instead.")>
Public ReadOnly Property XTnef2MimeRenderingPosition As Integer?
Get
public:
[ObsoleteAttribute(L"Please use XRtfRenderingPosition property instead.")]
property Nullable<int> XTnef2MimeRenderingPosition {
Nullable<int> get ();
}
[<ObsoleteAttribute("Please use XRtfRenderingPosition property instead.")>]
member XTnef2MimeRenderingPosition : 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