API Reference
| Classic JavaDoc |
AddressEntry.getSmtpAddress
public java.lang.String getSmtpAddress()
Returns the SMTP e-mail address.
With the Basic edition of Java Outlook Connector, this method returns the same value as the getAddress() method.
With the Professional edition of Java Outlook Connector, this method:
- Translate an Exchange type address (type "EX") to an SMTP e-mail address and returns
the SMTP address (Outlook 2002 or later); or
- Returns the same value as the getAddress() method for other types (e.g. "SMTP")
The address type of this AddressEntry object is returned by the method getType().
Community comments
Powered by JavaDocPlus