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 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 |
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This returns the superclass of the passed class. | cObject |
| Create | Function | Creates an object based on the passed Class Id The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name 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 The DeleteMail function is used to delete a message from the message base. | cMapiHandler |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. | cObject |
| 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 |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | cObject |
| 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 |
| 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 This returns True if the passed class is part of the object's class hierarchy. | cObject |
| 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 |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on 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 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 |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | 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 The SendMail function sends a message. | cMapiHandler |