2024 April Release

Class COOMAPI@1.1:Mail Permanent link for this heading

Class Hierarchy

Object > ContentObject > Mail

Direct Subclasses

GroupWiseMailObject, MailObject, MIMEObject, NotesMailObject

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

integer

attachmentcount

Number of Attachments

boolean

encrypted

Encrypted (E-Mail)

boolean

hasattachments

Has Attachments

ContentObject[]

mailattachedobjects

Attached Objects

string[]

mailbcc

Bcc: (E-Mail Addresses)

content

mailbodyhtml

HTML Text

content

mailbodyplain

Text

string[]

mailcc

Cc: (E-Mail Addresses)

MailImportance

mailimportance

Importance

string[]

mailkeywords

Keywords

date

mailreceived

Received on/at

string

mailreceiver

Receiver

string

mailsender

Sender

date

mailsent

Sent on/at

string

mailsubject

Subject

string[]

mailto

To: (E-Mail Addresses)

MailContent[]

parsedmailattachments

E-Mail Attachments

boolean

signed

Signed (E-Mail)

Actions Permanent link for this heading

Return Type

Signature

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

void

Reduce(
  out Content reducedcontent,
  optional boolean removeattachments,
  optional boolean createattachmentobjects,
  optional boolean donotlinkattachments,
  optional object attachmentstarget,
  optional object attachmentstargetview)

Properties Permanent link for this heading


Number of Attachments (COOMAPI@1.1:attachmentcount) Permanent link for this heading

unsigned integer COOMAPI@1.1:attachmentcount readonly


Encrypted (E-Mail) (COOMAPI@1.1:encrypted) Permanent link for this heading

boolean COOMAPI@1.1:encrypted readonly


Has Attachments (COOMAPI@1.1:hasattachments) Permanent link for this heading

boolean COOMAPI@1.1:hasattachments readonly


Attached Objects (COOMAPI@1.1:mailattachedobjects) Permanent link for this heading

unique ContentObject[] COOMAPI@1.1:mailattachedobjects readonly

Additional Information

  • Describes Child Relationship

Bcc: (E-Mail Addresses) (COOMAPI@1.1:mailbcc) Permanent link for this heading

Mail recipients: Blind carbon copy.

string[] COOMAPI@1.1:mailbcc readonly


HTML Text (COOMAPI@1.1:mailbodyhtml) Permanent link for this heading

content COOMAPI@1.1:mailbodyhtml readonly


Text (COOMAPI@1.1:mailbodyplain) Permanent link for this heading

content COOMAPI@1.1:mailbodyplain readonly


Cc: (E-Mail Addresses) (COOMAPI@1.1:mailcc) Permanent link for this heading

Mail recipients: Carbon copy.

string[] COOMAPI@1.1:mailcc readonly


Importance (COOMAPI@1.1:mailimportance) Permanent link for this heading

MailImportance COOMAPI@1.1:mailimportance readonly


Keywords (COOMAPI@1.1:mailkeywords) Permanent link for this heading

string[] COOMAPI@1.1:mailkeywords readonly


Received on/at (COOMAPI@1.1:mailreceived) Permanent link for this heading

Defines the date and time the mail was received.

date COOMAPI@1.1:mailreceived local readonly


Receiver (COOMAPI@1.1:mailreceiver) Permanent link for this heading

string COOMAPI@1.1:mailreceiver readonly


Sender (COOMAPI@1.1:mailsender) Permanent link for this heading

Defines the sender of the mail.

string COOMAPI@1.1:mailsender readonly


Sent on/at (COOMAPI@1.1:mailsent) Permanent link for this heading

Defines the date and time the mail was sent.

date COOMAPI@1.1:mailsent local readonly


Subject (COOMAPI@1.1:mailsubject) Permanent link for this heading

Mail subject.

string COOMAPI@1.1:mailsubject readonly


To: (E-Mail Addresses) (COOMAPI@1.1:mailto) Permanent link for this heading

Mail recipients.

string[] COOMAPI@1.1:mailto readonly


E-Mail Attachments (COOMAPI@1.1:parsedmailattachments) Permanent link for this heading

MailContent[] COOMAPI@1.1:parsedmailattachments readonly


Signed (E-Mail) (COOMAPI@1.1:signed) Permanent link for this heading

boolean COOMAPI@1.1:signed readonly

Actions Permanent link for this heading


COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property 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

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


COOMAPI@1.1:Reduce Permanent link for this heading

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