Interface MailboxAddrObject

interface MailboxAddrObject {
    addr: string;
    name?: string;
    type?: MailboxType;
}

Properties

Properties

addr: string
name?: string

Generated using TypeDoc