TeamFoundationMailService.Send Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Send(TeamFoundationRequestContext, IEnumerable<MailMessage>) | Send multiple mail messages. If an exception is encountered, this method will not continue with sending. | |
Send(TeamFoundationRequestContext, MailMessage) | Send a mail message. |
Top