| AddressBook |
Function |
Used to browse / select an entry from the Addressbook This function is 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 The AddresseeDetails function displays a dialog box containing the details of a selected address list entry. |
cMapiHandler |
| AttachmentFileName |
Function |
Returns the N-th attachment filename The AttachmentFileName function returns the N-th attachment filename. |
cMapiHandler |
| AttachmentPathName |
Function |
Returns the N-th attachment pathname The AttachmentPathName function returns the N-th attachment pathname. |
cMapiHandler |
| DeleteMail |
Function |
Deletes a message from the message base The DeleteMail function is used to delete a message from the message base. |
cMapiHandler |
| DoAddAttachment |
Procedure |
Adds an attachment to the list The DoAddAttachment procedure can be used to add an attachment to the list. |
cMapiHandler |
| DoAddReceiver |
Procedure |
Stores the name, address and type in the child object called "oReceiversArray" DoAddReceiver 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 The DoInit procedure will initialize the cMapiHandler object and prepare for composing a new message. |
cMapiHandler |
| FindNext |
Function |
Finds either the first or the next message in the queue The FindNext method will find 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 Logoff 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 The ReadMailFlags function returns the result of the properties valid for ReadMail operation. |
cMapiHandler |
| RecipientAddress |
Function |
Returns the N-th recipient address The RecipientAddress function returns the N-th recipient address. |
cMapiHandler |
| RecipientEntryId |
Function |
Returns the N-th recipient ID The RecipientEntryId function returns the N-th recipient ID. |
cMapiHandler |
| RecipientEntryIdLength |
Function |
|
cMapiHandler |
| RecipientName |
Function |
Returns the N-th recipient name The 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 The SendMail function sends a message. |
cMapiHandler |