Class EventRecipientOptions
Options that can be set for a recipient
public class EventRecipientOptions
- Inheritance
-
EventRecipientOptions
- Inherited Members
Properties
Address
Mail address for the recipient
public string Address { get; set; }
Property Value
Name
Name for the recipient
public string Name { get; set; }