MsgType Property

       

Specifies the type of the currently indexed message. This property is not available at design time. It is read-only unless MsgIndex is set to -1.

Syntax

object.MsgType [ = value ]

The MsgType property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A string expression specifying the type of message.

Remarks

The MsgType property is for use by applications other than interpersonal mail (IPM message type). Not all mail systems support message types that are not IPM and may not provide (or may ignore) this parameter.

A null or empty string indicates an IPM message type. The value of MsgType depends on the currently indexed message, as selected by the MsgIndex property. This property is not meant for use as a filter to isolate messages by sender, receipt time, and other categories.

Data Type

String