Answer:
Here is some partial list of the members of the SmtpClient class...
1) Properties:
• Host- The name or IP address of your email server.
• Port- The number of the port to use when sending an email message.
2) Methods:
• Send- It enables you to send an email message synchronously
• SendAsync- It enables you to send an email message asynchronously.
3) Events:
• Send Completed- It is raised when an asynchronous send operation completes.
Asked In: Many Interviews |
Alert Moderator