TnefData

The TnefData property defines the TNEF data.

This property is only meaningful if ContentType is set to MSMQMAIL_EMAIL_TNEF.

Quick Info

Type: MSMQMailTnefData
Run time: Read-write

Syntax

object.TnefData
 
Syntax Element Description
object E-mail message (MSMQMailEMail) object that defines the e-mail message.

Settings

MSMQMailTnefData object.

Remarks

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.


© 1997 by Microsoft Corporation. All rights reserved.