Skip to content

Methods for cMapiHandler

View method list in alphabetical 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
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

Inherited Methods from cObject

Name Type Description Defining Class
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
Destroy Procedure Destroys the object that receives the message and any child objects of that object cObject
Exit_Application Procedure Starts the process of closing an application cObject
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
ObjectClass Function Returns the integer class ID assigned to the class this object is based on cObject
Request_Destroy_Object Procedure Use the Destroy method instead cObject