Gets and sets the address of the person who sent the
message.
Syntax
object.From [= value]
The From property syntax has the following parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| value
|
A string which specifies the
address of the sender. |
Remarks
The From property returns the address of the person who
sent the message. Setting the property causes the From header field
in the current message to be updated with the new value.
Data Type
String
See Also
Bcc Property, Cc
Property, ReplyTo Property, To Property
|