Interface IEmailAddress
Interface for email addresses.
Inherited Members
Namespace: Kephas.Mail
Assembly: Kephas.Mail.dll
Syntax
public interface IEmailAddress : IIndexable
Properties
| Improve this Doc View SourceAddress
Gets the address.
Declaration
string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets the display name of the subject associated to the address.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |