Class Hierarchy
Object > ContentObject > Mail
Direct Subclasses
GroupWiseMailObject, MailObject, MIMEObject, NotesMailObject
Additional Information
Type |
Property |
Name |
Number of Attachments |
||
Encrypted (E-Mail) |
||
Has Attachments |
||
Attached Objects |
||
Bcc: (E-Mail Addresses) |
||
HTML Text |
||
Text |
||
Cc: (E-Mail Addresses) |
||
Importance |
||
Keywords |
||
Received on/at |
||
Receiver |
||
From |
||
Sent on/at |
||
Subject |
||
To: (E-Mail Addresses) |
||
E-Mail Attachments |
||
Signed (E-Mail) |
Return Type |
Signature |
ObjectCopy( |
|
Reduce( |
Number of Attachments (COOMAPI@1.1:attachmentcount)
unsigned integer COOMAPI@1.1:attachmentcount readonly
Encrypted (E-Mail) (COOMAPI@1.1:encrypted)
boolean COOMAPI@1.1:encrypted readonly
Has Attachments (COOMAPI@1.1:hasattachments)
boolean COOMAPI@1.1:hasattachments readonly
Attached Objects (COOMAPI@1.1:mailattachedobjects)
unique ContentObject[] COOMAPI@1.1:mailattachedobjects readonly
Additional Information
Bcc: (E-Mail Addresses) (COOMAPI@1.1:mailbcc)
string[] COOMAPI@1.1:mailbcc readonly
HTML Text (COOMAPI@1.1:mailbodyhtml)
content COOMAPI@1.1:mailbodyhtml readonly
Text (COOMAPI@1.1:mailbodyplain)
content COOMAPI@1.1:mailbodyplain readonly
Cc: (E-Mail Addresses) (COOMAPI@1.1:mailcc)
string[] COOMAPI@1.1:mailcc readonly
Importance (COOMAPI@1.1:mailimportance)
MailImportance COOMAPI@1.1:mailimportance readonly
Keywords (COOMAPI@1.1:mailkeywords)
string[] COOMAPI@1.1:mailkeywords readonly
Received on/at (COOMAPI@1.1:mailreceived)
date COOMAPI@1.1:mailreceived local readonly
Receiver (COOMAPI@1.1:mailreceiver)
string COOMAPI@1.1:mailreceiver readonly
string COOMAPI@1.1:mailsender readonly
Sent on/at (COOMAPI@1.1:mailsent)
date COOMAPI@1.1:mailsent local readonly
Subject (COOMAPI@1.1:mailsubject)
string COOMAPI@1.1:mailsubject readonly
To: (E-Mail Addresses) (COOMAPI@1.1:mailto)
string[] COOMAPI@1.1:mailto readonly
E-Mail Attachments (COOMAPI@1.1:parsedmailattachments)
MailContent[] COOMAPI@1.1:parsedmailattachments readonly
Signed (E-Mail) (COOMAPI@1.1:signed)
boolean COOMAPI@1.1:signed readonly
objsource
on the copied
object.
object COOSYSTEM@1.1:ObjectCopy(
ref optional object placement,
out retval object object,
optional string address,
optional boolean virtualobject)
Name |
Description |
placement |
If specified, the COO store or domain where the object should be copied. If not specified or an object with a different object class is specified,
COOSYTEM@1.1:ObjectPlacementGet is called to determine the placement. On output the COO store where the object is copied. |
object |
The created copy of the object.
|
address |
The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter
coost or the automatically chosen COO store, if no COO store was specified. |
virtualobject |
(deprecated) Copy object as virtual object, living in one kernel instance only. If this parameter is used, it overrides the specified COO store in parameter
placement . |
void COOMAPI@1.1:Reduce(
out Content reducedcontent,
optional boolean removeattachments,
optional boolean createattachmentobjects,
optional boolean donotlinkattachments,
optional object attachmentstarget,
optional object attachmentstargetview)
Name |
Description |
reducedcontent |
|
removeattachments |
|
createattachmentobjects |
|
donotlinkattachments |
|
attachmentstarget |
|
attachmentstargetview |