 | 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.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax[ObsoleteAttribute("Please use XRtfRenderingPosition property instead.")]
public int? XTnef2MimeRenderingPosition { get; }<ObsoleteAttribute("Please use XRtfRenderingPosition property instead.")>
Public ReadOnly Property XTnef2MimeRenderingPosition As Integer?
Getpublic:
[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 getProperty Value
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