Using The SMTP Editor Form
The SMTP Editor Form is exposed by the Editor property. It is essentially an SMTP application which can be used to test SMTP protocol and proxy connections. This capability is only available if you are working in the Visual Studio .NET environment and are using the Smtp component by dragging an instance onto a form.
To use the SMTP Editor Form, use the following steps.
- Start a new Visual Studio .NET windows application
- Drag an instance of the Smtp component onto the form.
- The Smtp component icon should appear on a panel beneath the form. Click the icon to select it.
- In the Properties Window, click the Properties button if the properties of the Smtp component are not displayed. If the Properties Window is not visible, go to the View menu and choose Properties Window.
- Find the Editor property and click it with the mouse. Click the ellipsis that appears next to the Editor property. This should open a form.
- Use the form to create and send a message.
In This Section
- Using The MessageViewerForm
- Describes how to use the MessageViewerForm to view a message in a form and either reply to or forward the message.
- Using The MessageEditorForm
- Describes how to use the MessageEditorForm to create an email message.
- Using The MessageExplorerForm
- Describes how to use the MessageExplorerForm to view the recursive parts of a message.
- Using The SMTP Editor Form
- Describes how to use the SMTP Editor Form to test SMTP protocol functionality.
- Using The POP Editor Form
- Describes how to use the POP Editor Form to test POP protocol functionality.
- Using The IMAP Editor Form
- Describes how to use the IMAP Editor Form to test IMAP protocol functionality.
- Using The TraceForm
- Describes how to use the TraceForm to display a visual log of all data sent or received during run-time.
Mail Tools Menublock
Send comments on this topic.
Documentation version 3.1.
© 2009 Dart Communications. All rights reserved.