Framework EDI Reference. Methods and Properties
ediTransport. Message

Sets or gets a message.

Syntax:

Remarks

The Message property is the message that is displayed on an email message or SMTP transport method.

Example

Set oTransport = oTransports.CreateTransport
oTransport.SetSMTP
oTransport.Address = "name@domain.com"
oTransport.DisplayName = "Your name"
oTransport.Message = "Please see EDI file"
oTransport.Subject = "EDI file"
oTransports.Send

Samples