INetMailMessage.From_

Syntax

From_: INetMailAddress;

Description

The From_ property determines a sender email address.

Comments

Depending on the mail server settings messages can be sent by a sender with any available address, only from a certain list of senders or only from the sender, with whom the current domain user corresponds. Consider this when specifying sender email address.

Example

The example of use is given in description of the INetMailMessage.CC property.

See also:

INetMailMessage