Methods for cMapiHandler
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| 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 |
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| DeleteMail | Function | Deletes a message from the message base | cMapiHandler |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| 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 |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| 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 |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| 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 |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| 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 |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |
| 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 |