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

Class OutlookNote

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.item.OutlookItemcom.moyosoft.connector.ms.outlook.note.OutlookNote


public class OutlookNote extends OutlookItem

Constructors

public
OutlookNote (OutlookFolder folder)
Creates a new note in the specified folder
public
OutlookNote (Outlook outlookApplication)
Creates a new note in the default notes folder
public
OutlookNote (com.moyosoft.connector.com.Dispatch dispatch)

Methods

void
close (InspectorClose saveMode)
String
getBody ()
String
getCategories ()
getColor ()
getConflicts ()
getDownloadState ()
int
getHeight ()
getInspector ()
getItemProperties ()
int
getLeft ()
getMarkForDownload ()
String
getMessageClass ()
int
getSize ()
String
getSubject ()
int
getTop ()
getType ()
int
getWidth ()
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
isSaved ()
void
setBody (String value)
void
setCategories (String value)
void
setColor (NoteColor value)
void
setHeight (int value)
void
setLeft (int value)
void
setMarkForDownload (RemoteStatus value)
void
setMessageClass (String value)
void
setTop (int value)
void
setWidth (int value)

Inherited methods

Community comments



Powered by JavaDocPlus