EmailMessage.TnefPart Property
When overridden in a derived class, the TnefPart property gets the Multipurpose Internet Mail Extensions (MIME) part of the Transport Neutral Encapsulation Format (TNEF) content of the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property TnefPart As MimePart
Get
'Usage
Dim instance As EmailMessage
Dim value As MimePart
value = instance.TnefPart
public MimePart TnefPart { get; }