Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Interface StickyNote

com.moyosoft.exchange.note.StickyNote

Implemented Interfaces:

public interface StickyNote implements ExchangeItem

Represents an Outlook sticky note stored in an Exchange folder.

Methods

getColor ()
int
getColorValue ()
String
getContent ()
int
getHeight ()
int
getLeft ()
int
getTop ()
int
getWidth ()
void
setColor (NoteColor color)
void
setColorValue (int value)
void
setContent (String text)
void
setHeight (int value)
void
setLeft (int value)
void
setTop (int value)
void
setWidth (int value)

Community comments



Powered by JavaDocPlus