|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiNote
public final class MapiNote
Represents outlook Note object ("sticky note")
Method Summary | |
---|---|
String |
getBody()
Gets the text content of the Note object |
int |
getColor()
Gets the suggested background color of the Note object |
Date |
getCreationDate()
Gets creation date of note |
int |
getHeight()
Gets height of the visible message window in pixels |
String |
getMessageClass()
Gets message class |
String |
getSubject()
Gets an abbreviated version of the contents of the note |
int |
getWidth()
Gets width of the visible message window in pixels |
int |
getXPosition()
Gets the distance, in pixels, from the left edge of the screen that a user interface displays a Note object |
int |
getYPosition()
Gets the distance, in pixels, from the top edge of the screen that a user interface displays a Note object |
void |
setColor(int value)
|
void |
setCreationDate(Date value)
|
void |
setHeight(int value)
|
void |
setWidth(int value)
|
void |
setXPosition(int value)
|
void |
setYPosition(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Date getCreationDate()
public void setCreationDate(Date value)
public int getColor()
public void setColor(int value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public int getXPosition()
public void setXPosition(int value)
public int getYPosition()
public void setYPosition(int value)
public String getBody()
getBody
in interface IMapiMessageItem
public String getSubject()
getSubject
in interface IMapiMessageItem
public String getMessageClass()
IMapiMessageItem
getMessageClass
in interface IMapiMessageItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |