public final class MapiNote extends Object implements IMapiMessageItem
Represents outlook Note object ("sticky note")
Constructor and Description |
---|
MapiNote()
Constructor
|
MapiNote(String subject,
String body)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets or sets the text content
of the Note object
|
int |
getColor()
Gets or sets the suggested background color of the Note object
|
Date |
getCreationDate() |
int |
getHeight()
Gets or sets height of the visible message window in pixels
|
String |
getMessageClass()
Gets message class
Value: String that represents message class
|
String |
getSubject()
Gets an abbreviated version
of the contents of the note
|
int |
getWidth()
Gets or sets width of the visible message window in pixels
|
int |
getXPosition()
Gets or sets the distance, in pixels,
from the left edge of the screen
that a user interface displays a Note object
|
int |
getYPosition()
Gets or sets the distance, in pixels,
from the top edge of the screen
that a user interface displays a Note object
|
void |
setBody(String value) |
void |
setColor(int value) |
void |
setCreationDate(Date value) |
void |
setHeight(int value) |
void |
setSubject(String value) |
void |
setWidth(int value) |
void |
setXPosition(int value) |
void |
setYPosition(int value) |
public Date getCreationDate()
public void setCreationDate(Date value)
public int getColor()
Gets or sets the suggested background color of the Note object
public void setColor(int value)
public int getWidth()
Gets or sets width of the visible message window in pixels
public void setWidth(int value)
public int getHeight()
Gets or sets height of the visible message window in pixels
public void setHeight(int value)
public int getXPosition()
Gets or sets the distance, in pixels, from the left edge of the screen that a user interface displays a Note object
public void setXPosition(int value)
public int getYPosition()
Gets or sets the distance, in pixels, from the top edge of the screen that a user interface displays a Note object
public void setYPosition(int value)
public String getBody()
Gets or sets the text content of the Note object
getBody
in interface IMapiMessageItem
public void setBody(String value)
public String getSubject()
Gets an abbreviated version of the contents of the note
getSubject
in interface IMapiMessageItem
public void setSubject(String value)
public String getMessageClass()
Gets message class
Value: String that represents message classgetMessageClass
in interface IMapiMessageItem
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.