Steps for creating a mail message
A mail message can be created using the following steps:
- Create one of the message objects
- Add addresses for sender (From) and recipients (To / CC / BCC).
- Assign subject and body
- Add attachments
- Create a Connection (optional)
- Call Send method in Message
Minimum Requirement for a message to be sent successfully
- A defined from address.
- At least one recipient in To, CC, or BCC must be successfully validated by the server.
| See Also |
Programming with FireMail for .NET

