Click or drag to resize
MimeKit

MailboxAddressAddress Property

Get or set the mailbox address.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Address { get; set; }

Property Value

String
The mailbox address.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ParseExceptionvalue is malformed.
Remarks
Represents the actual email address and is in the form of user@domain.com.
See Also