Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class OutlookPost

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.item.OutlookItemcom.moyosoft.connector.ms.outlook.post.OutlookPost

Implemented Interfaces:

public class OutlookPost extends OutlookItem implements IAttachmentsContainer

Constructors

public
OutlookPost (com.moyosoft.connector.com.Dispatch dispatch)

Methods

void
clearConversationIndex ()
void
close (InspectorClose saveMode)
createAttachment (java.io.File pAttachmentFile, AttachmentType pType)
forward ()
getAttachments ()
int
getAttachmentsCount ()
String
getBillingInformation ()
String
getBody ()
getBodyFormat ()
String
getCategories ()
String
getCompanies ()
getConflicts ()
String
getConversationIndex ()
String
getConversationTopic ()
getDownloadState ()
java.util.Date
getExpiryTime ()
getFormDescription ()
String
getFrom ()
Returns the address of this e-mail's originator. Returns the same value as the method getSenderAddress.
String
getHTMLBody ()
getImportance ()
getInspector ()
int
getInternetCodepage ()
The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
getItemProperties ()
getMarkForDownload ()
String
getMessageClass ()
String
getMileage ()
java.util.Date
getReceivedTime ()
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.
String
getSenderName ()
getSensitivity ()
java.util.Date
getSentOn ()
int
getSize ()
String
getSubject ()
getType ()
getUserProperties ()
boolean
isAutoResolvedWinner ()
The 'AutoResolvedWinner' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException.
boolean
isConflict ()
boolean
isNoAging ()
boolean
isSaved ()
boolean
isUnRead ()
void
post ()
reply ()
boolean
setACLs ()
void
setBillingInformation (String value)
void
setBody (String value)
void
setBodyFormat (BodyFormat value)
void
setCategories (String value)
void
setCompanies (String value)
void
setExpiryTime (java.util.Date value)
void
setHTMLBody (String value)
void
setImportance (ImportanceType value)
void
setInternetCodepage (int value)
The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
void
setMarkForDownload (RemoteStatus value)
void
setMessageClass (String value)
void
setMileage (String value)
void
setNoAging (boolean value)
void
setSensitivity (SensitivityType value)
void
setSubject (String value)
void
setUnRead (boolean value)
void
showCategoriesDialog ()

Inherited methods

Community comments



Powered by JavaDocPlus