BlueCielo Meridian Enterprise 2018 VBScript API Reference
Argument property
A variable stored with the Client object for as long as the current client session is active. Arguments can be shared by all instances of the client application on the same computer.
Syntax
Argument(Name) As Variant
Remarks
The value of Name is case-sensitive.
Following are the predefined, read-only Client object arguments that are set by MS Outlook and IBM Lotus Notes application links when email messages are stored in a vault. You can use these arguments to obtain additional information that may be useful when working with particular events. The value of each argument is evident from the argument name.
- AttachmentName
- AttachmentsCount
- BCC
- BodyFormat
- CC
- ConversationIndex
- ConversationTopic
- CRC32
- CreatingTime
- EntryID
- Importance
- MAPIFolder
- ReadReceiptRequested
- ReceivedByName
- ReceivedTime
- Saved
- SenderEmailAddress
- SenderName
- Sent
- SentOn
- Size
- Subject
- To
- UnRead
For more information about arguments, see Understanding object arguments.