|
API Reference Class OutlookPostConstructors | public | OutlookPost (com.moyosoft.connector.com.Dispatch dispatch) | | | |
Methods | String | getFrom () | | | Returns the address of this e-mail's originator. Returns the same value as the method getSenderAddress. |
| int | getInternetCodepage () | | | The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException. |
| | getSender () | | | Returns the originator of this message as an AddressEntry object. |
| String | getSenderAddress () | | | Returns the address of this e-mail's originator. With the Professional edition of Java Outlook Connector, this method also translate an Exchange type address (type "EX") to an SMTP e-mail address and returns the SMTP address (Outlook 2002 or later). |
| String | getSenderEmailAddress () | | | Deprecated - Use the method getSenderAddress instead
The 'SenderEmailAddress' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException. This method has been replaced with the method getSenderAddress. |
| String | getSenderEmailType () | | | The 'SenderEmailType' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException. |
| boolean | isAutoResolvedWinner () | | | The 'AutoResolvedWinner' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException. |
| void | setInternetCodepage (int value) | | | The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException. |
Inherited methodsOutlookItemcopy, create, delete, deleteMapiProperty, deleteMapiProperty, display, display, dispose, equals, getCreationTime, getDispatch, getEntryId, getItemId, getLastModificationTime, getLinks, getMapiProperty, getMapiProperty, getParentFolder, getPropertyAccessor, getType, move, printOut, save, saveAs, saveAs, saveAs, saveAs, setMapiProperty, setMapiProperty
Powered by JavaDocPlus |