EmailRecipients Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recipients of the email.
public class EmailRecipients
type EmailRecipients = class
Public Class EmailRecipients
- Inheritance
-
EmailRecipients
Constructors
EmailRecipients(IEnumerable<EmailAddress>) |
Initializes a new instance of EmailRecipients. |
EmailRecipients(IEnumerable<EmailAddress>, IEnumerable<EmailAddress>, IEnumerable<EmailAddress>) |
Initializes a new instance of the EmailRecipients class. |
Properties
BCC |
Email BCC recipients. |
CC |
Email CC recipients. |
To |
Email To recipients. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET