com.aspose.network.outlook
Class MapiNote

java.lang.Object
  extended by com.aspose.network.outlook.MapiNote
All Implemented Interfaces:
IMapiMessageItem

public final class MapiNote
extends Object
implements IMapiMessageItem

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

getCreationDate

public Date getCreationDate()
Gets creation date of note


setCreationDate

public void setCreationDate(Date value)

getColor

public int getColor()
Gets the suggested background color of the Note object


setColor

public void setColor(int value)

getWidth

public int getWidth()
Gets width of the visible message window in pixels


setWidth

public void setWidth(int value)

getHeight

public int getHeight()
Gets height of the visible message window in pixels


setHeight

public void setHeight(int value)

getXPosition

public int getXPosition()
Gets the distance, in pixels, from the left edge of the screen that a user interface displays a Note object


setXPosition

public void setXPosition(int value)

getYPosition

public int getYPosition()
Gets the distance, in pixels, from the top edge of the screen that a user interface displays a Note object


setYPosition

public void setYPosition(int value)

getBody

public String getBody()
Gets the text content of the Note object

Specified by:
getBody in interface IMapiMessageItem

getSubject

public String getSubject()
Gets an abbreviated version of the contents of the note

Specified by:
getSubject in interface IMapiMessageItem

getMessageClass

public String getMessageClass()
Description copied from interface: IMapiMessageItem
Gets message class

Specified by:
getMessageClass in interface IMapiMessageItem


Copyright © 2011 Aspose. All Rights Reserved.