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