Properties for cMapiHandler
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| pbBodyAsFile | Flag to store the message as file attachment pbBodyAsFile is the flag to store the message as file attachment. | cMapiHandler |
| pbEnvelopeOnly | Flag to tell if only the header should be returned or not pbEnvelopeOnly is the flag to tell if only the header should be returned or not. | cMapiHandler |
| pbGuaranteeFiFo | Flag to tell if messages from mapi must be sorted in date time order pbGuaranteeFiFo is the flag to tell if messages from mapi must be sorted in date time order. | cMapiHandler |
| pbLongMsgId | Flag to tell using a long message-id or a short one pbLongMsgId is the flag to tell using a long message-id or a short one. | cMapiHandler |
| pbMapiMessageReturnRequest | Contains a true/false value whether a return receipt is requested or not pbMessageReturnRequest contains a true/false value whether a return receipt is requested or not. | cMapiHandler |
| pbPeek | Flag to tell whether MapiReadMail should flag an unread message as been read pbPeek is the flag to tell whether MapiReadMail should flag an unread message as been read. | cMapiHandler |
| pbReportErrors | Determines if MAPI errors should be reported directly pbReportErrors determines if MAPI errors should be reported reported as an error message. | cMapiHandler |
| pbSuppressAttach | Flag to tell whether the attachments should be written out to disk or not pbSuppressAttach is the flag to tell whether the attachments should be written out to disk or not. | cMapiHandler |
| pbUnreadOnly | Flag to tell if only unread messages must be returned or not pbUnreadOnly is the flag to tell if only unread messages must be returned or not. | cMapiHandler |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| phSessionID | Contains the handle returned on logon to the MAPI system The phSessionID property contains the handle returned on logon to the MAPI system. | cMapiHandler |
| piMessageFileCount | Contains the number of enclosures that were found by the MapiReadMail method piMessageFileCount contains the number of enclosures that were found by the MapiReadMail method. | cMapiHandler |
| piMessageFlags | Contains the flags returned by MapiReadMail piMessageFlags contains the flags returned by MapiReadMail. | cMapiHandler |
| piMessageRecipCount | Contains the number of recipients that were found by the MapiReadMail method piMessageRecipCount contains the number of recipients that were found by the MapiReadMail method. | cMapiHandler |
| piResolvedEntryIDLength | Contains the length of the entry-id piResolvedEntryIDLength is used by ResolveName for storage. | cMapiHandler |
| psFindNextMessageType | Message class to search with psFindNextMessageType is the message class to search with. | cMapiHandler |
| psMessageConversationId | The conversation thread to which the message belongs psMessageConversationId is the conversation thread to which the message belongs. | cMapiHandler |
| psMessageDateReceived | The date and time when the message was received according to MAPI and returned by MapiReadMail | cMapiHandler |
| psMessageId | cMapiHandler | |
| psMessageSenderAddress | Allows the MapiReadMail to return the senderaddress The MapiReadMail returns the senderaddress (e.g., someone@somehost.com) in the psMessageSenderAddress property. | cMapiHandler |
| psMessageSenderName | Allows the MapiReadMail to return the sendername The MapiReadMail returns the sendername (e.g., Vincent Oorsprong) in the psMessageSenderName property. | cMapiHandler |
| psMessageSubject | Allows MapiReadMail to return the subject of the read message MapiReadMail returns the subject of the read message in the psMessageSubject property. | cMapiHandler |
| psMessageText | Allows MapiReadMail to return the full message text MapiReadMail returns the full message text in the psMessageText property. | cMapiHandler |
| psMessageType | The messagetype returned by MapiReadMail psMessageType is the messagetype returned by MapiReadMail. | cMapiHandler |
| psPassword | Password to use for connecting to MAPI on logon psPassword is the password to use for connecting to MAPI on logon. | cMapiHandler |
| psResolvedAddress | Returns the resolved address (e.g. | cMapiHandler |
| psResolvedEntryID | Contains the entry-id for the resolved name psResolvedEntryID is used by ResolveName for storage. | cMapiHandler |
| psResolvedName | Contains the returned name value psResolvedName is used by ResolveName for storage. | cMapiHandler |
| psUserName | Username to use for connecting to MAPI on logon psUserName is the username to use for connecting to MAPI on logon. | cMapiHandler |