Smtp Object : From Property |
Visual Basic |
---|
Public Property From As String |
An envelope identifying the sender and recipients is sent as part of the mail transfer. By default, the sender is extracted from the From header label of the message. This property overrides this default behavior.
Set this property as the MAIL FROM address when using the Verify method to validate email addresses.