MailAddress Class¶
Definition¶
namespace Sharplog.Settings.Wrapper
- Object
- MailAddress
-
Class containing a mail address.
Constructors¶
Name |
---|
MailAddress() |
MailAddress(string, string) |
Properties¶
Name | Type | GET | SET |
---|---|---|---|
Address | string | ||
DisplayName | string |
Constructors¶
MailAddress()¶
-
Initializes a new instance of the MailAddress class.
MailAddress(string, string)¶
-
Initializes a new instance of the MailAddress class.
Parameter¶
Properties¶
Address¶
- Type: string
-
Gets or sets the mail address.
DisplayName¶
- Type: string
-
Gets or sets the display name.