add_mailbox


Description:

public void add_mailbox (AddressType type, string name, string addr)

Add a mailbox of a chosen type to the MIME message.

Note: The name (and addr) strings should be in UTF-8.

Parameters:

this

A Message

type

A AddressType

name

The name of the mailbox (or null)

addr

The address of the mailbox