| AddressBook |
Function |
Used to browse / select an entry from the Addressbook |
cMapiHandler |
| AddresseeDetails |
Function |
Displays a dialog box containing the details of a selected address list entry |
cMapiHandler |
| AttachmentFileName |
Function |
Returns the N-th attachment filename |
cMapiHandler |
| AttachmentPathName |
Function |
Returns the N-th attachment pathname |
cMapiHandler |
| DeleteMail |
Function |
Deletes a message from the message base |
cMapiHandler |
| DoAddAttachment |
Procedure |
Adds an attachment to the list |
cMapiHandler |
| DoAddReceiver |
Procedure |
Stores the name, address and type in the child object called "oReceiversArray" |
cMapiHandler |
| DoClearAttachmentsList |
Procedure |
Sends Delete_Data message to "oAttachmentsArray" child object, erasing the list of message attachments |
cMapiHandler |
| DoClearReceiversList |
Procedure |
Sends Delete_Data message to "oReceiversArray" child object, erasing the list of message receivers |
cMapiHandler |
| DoClearRecipientsList |
Procedure |
Sends Delete_Data message to "oRecipientsArray" child object, erasing the list of message recipients |
cMapiHandler |
| DoInit |
Procedure |
Initializes the cMapiHandler object and prepares for composing a new message |
cMapiHandler |
| FindNext |
Function |
Finds either the first or the next message in the queue |
cMapiHandler |
| FindNextFlags |
Function |
Returns the result of the properties valid for FindNext operation by composing a value based on the status properties pbGuaranteeFifo, pbLongMsgId and pbUnreadOnly |
cMapiHandler |
| Logoff |
Function |
Disconnects the DataFlex application from the MAPI system |
cMapiHandler |
| Logon |
Function |
Makes a connection between DataFlex and MAPI using either the passed username and password or the values from the properties psUserName and psPassword |
cMapiHandler |
| ReadMail |
Function |
Reads the mail message, addressed by, the passed message id and flags and returns the status of the action |
cMapiHandler |
| ReadMailFlags |
Function |
Returns the result of the properties valid for ReadMail operation |
cMapiHandler |
| RecipientAddress |
Function |
Returns the N-th recipient address |
cMapiHandler |
| RecipientEntryId |
Function |
Returns the N-th recipient ID |
cMapiHandler |
| RecipientEntryIdLength |
Function |
|
cMapiHandler |
| RecipientName |
Function |
Returns the N-th recipient name |
cMapiHandler |
| ResolveName |
Function |
Transforms a message recipient's name as entered by a user to an unambiguous address list entry |
cMapiHandler |
| SendDocuments |
Function |
Opens a message dialog in which the user can enter/specify receivers of the document(s) and can specify a body text |
cMapiHandler |
| SendMail |
Function |
Sends a message |
cMapiHandler |