publish
plugins.it2be_outlook.IONote info


Servoy Properties Summary
String body
String categories
Number height
Number left
Number top
Number width


Servoy Methods Summary
void close( )
Boolean display( Boolean )
Boolean display( )
Date getCreationTime( )
Date getLastModificationTime( )
Number getLength( )
String getNext( )
String getOutlookID( )
String getParentFolder( )
Number getSize( )
String getSubject( )
Boolean hasNext( )
Boolean isAutoResolvedWinner( )
void reset( )
String save( )


Servoy Properties Details


body
String  body
Get/Set the body.
Returns
String  body String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().body);


categories
String  categories
Get/Set the categories.
Returns
String  categories String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().categories);


height
Number  height
Get/Set the height.
Returns
Number  height int

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().height);


left
Number  left
Get/Set the left.
Returns
Number  left int

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().left);


top
Number  top
Get/Set the top.
Returns
Number  top int

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().top);


width
Number  width
Get/Set the width.
Returns
Number  width int

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().width);

Servoy Methods Details


close
void  close( )
close the note.
Returns
void  

Supported Clients
SmartClient


display
Boolean  display( Boolean )
Display the current item.
Parameters
Boolean  modal  the modal

Returns
Boolean  result boolean

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().display);


display
Boolean  display( )
Display the current item.
Returns
Boolean  result boolean

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().display);


getCreationTime
Date  getCreationTime( )
Get creation time.
Returns
Date  date Date

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getCreationTime);


getLastModificationTime
Date  getLastModificationTime( )
Get te last modification time.
Returns
Date  date Date

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getLastModificationTime);


getLength
Number  getLength( )
Return the length of the selected set of items.
Returns
Number  length long

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getLength);


getNext
String  getNext( )
Get the next item of the selected set of items.
Returns
String  item String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getNext);


getOutlookID
String  getOutlookID( )
Get the outlook ID of the item.
Returns
String  id String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getOutlookID);


getParentFolder
String  getParentFolder( )
Get the parent folder
Returns
String  folder String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getParentFolder);


getSize
Number  getSize( )
Get the size.
Returns
Number  size int

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getSize);


getSubject
String  getSubject( )
Get the subject.
Returns
String  subject String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().getSubject);


hasNext
Boolean  hasNext( )
Check that the selected set of items has a 'next' item.
Returns
Boolean  has boolean

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().hasNext);


isAutoResolvedWinner
Boolean  isAutoResolvedWinner( )
Get the auto resolved winner.
Returns
Boolean  winner boolean

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().isAutoResolvedWinner);


reset
void  reset( )
Reset the set to the first item.
Returns
void  

Supported Clients
SmartClient


save
String  save( )
Save the current item.
Returns
String  id String

Supported Clients
SmartClient

Sample
application.output(plugins.it2be_outlook.note().save);