Class EmailEnvelope
public class EmailEnvelope : IEmailEnvelope<string>
- Inheritance
-
EmailEnvelope
- Implements
- Inherited Members
- Extension Methods
Constructors
EmailEnvelope()
public EmailEnvelope()
EmailEnvelope(string)
public EmailEnvelope(string to)
Parameters
tostring
Properties
Bcc
public List<string> Bcc { get; set; }
Property Value
Cc
public List<string> Cc { get; set; }
Property Value
To
public string To { get; set; }