The TnefData property defines the TNEF data.
This property is only meaningful if ContentType is set to MSMQMAIL_EMAIL_TNEF.
Type: | MSMQMailTnefData |
Run time: | Read-write |
object.TnefData
Syntax Element | Description |
---|---|
object | E-mail message (MSMQMailEMail) object that defines the e-mail message. |
MSMQMailTnefData object.
When defining TNEF data, set ContentType to MSMQMAIL_EMAIL_TNEF whenever TnefData is set.
After parsing an MSMQ mail message, verify that ContentType is set to MSMQMAIL_EMAIL_TNEF before looking at TnefData. This property is empty if ContentType indicates another e-mail type.
Windows NT: Requires version 4.0 SP3 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Import Library: Included as a resource in mqmailoa.dll.
Unicode: Defined only as Unicode.