Gets or sets the e-mail address of the contact.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string Email { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Email As String |
A string containing an e-mail address. The default is an empty string.
See Also