gmime.internet_address_mailbox

Module for [InternetAddressMailbox] class

Types 3

An RFC 2822 Mailbox address.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
InternetAddressMailbox self() nothrowReturns `this`, for use in `with` statements.
InternetAddressMailboxGidBuilder builder() static nothrowGet builder for [gmime.internet_address_mailbox.InternetAddressMailbox] Returns: New builder object
string getAddr() nothrowGets the addr-spec of the internet address mailbox. Returns: the addr-spec string.
string getIdnAddr() nothrowGets the IDN ascii-encoded addr-spec. Returns: the encoded addr-spec string.
void setAddr(string addr) nothrowSet the mailbox address.
Constructors
this(void * ptr, Flag!"Take" take)
this(string name, string addr)Creates a new #InternetAddress object with the specified name and addr.