Visual Basic: MAPI Controls

MsgSent Property

See Also    Example    Applies To

Specifies whether the currently indexed message has already been sent to the mail server for distribution. This property is not available at design time and is read-only at run time. The messaging system sets this property for you when sending a message.

Syntax

object.MsgSent

The MsgSent property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.

Settings

The settings for the MsgSent property are:

Setting Description
True The currently indexed message has already been submitted to the mail server as an outgoing message.
False The currently indexed message has not yet been delivered to the server.

Remarks

The value of MsgSent depends on the currently indexed message, as selected by the MsgIndex property.

Data Type

Boolean