public class MailWriteContact extends Object
Modifier and Type | Field and Description |
---|---|
javax.mail.internet.InternetAddress |
address |
long |
entryId |
Constructor and Description |
---|
MailWriteContact(long entryId,
javax.mail.internet.InternetAddress address) |
Modifier and Type | Method and Description |
---|---|
static MailWriteContact |
create(long entryId,
String mailAddress,
String firstName,
String lastName,
String companyName) |
public MailWriteContact(long entryId, javax.mail.internet.InternetAddress address)
public static MailWriteContact create(long entryId, String mailAddress, String firstName, String lastName, String companyName)
Copyright © 2019 OpenEstate. All rights reserved.