Table of Contents

TTMSFNCCloudMicrosoftOutlookContacts Class

Drop-in component for reading and managing a user's Outlook contacts, including contact images.

API unit family: TMSFNCCloudMicrosoftOutlookContacts Inherits from: TTMSFNCCustomCloudMicrosoftOutlookContacts

Syntax

TTMSFNCCloudMicrosoftOutlookContacts = class(TTMSFNCCustomCloudMicrosoftOutlookContacts)

Remarks

Configure authentication before issuing requests; each request runs asynchronously and reports its outcome through the matching event.

Properties

Name Description
Contacts Collection of contacts retrieved by this component. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)

Methods

Name Description
CreateContact Creates a new contact from the supplied contact data. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
DeleteContact Deletes the supplied contact. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
DownloadContactImage Downloads the image associated with the supplied contact. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
UpdateContact Updates the supplied contact with its current data. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
UploadContactImage Uploads a local image file as the image for the supplied contact. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)

Events

Name Description
OnCreateContact Occurs when a contact has been created. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnDeleteContact Occurs when a contact has been deleted. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnDownloadContactImage Occurs when a contact image has been downloaded. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnGetContactByID Occurs when a single contact has been retrieved by its identifier. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnGetContacts Occurs when a contacts listing has been retrieved. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnUpdateContact Occurs when a contact has been updated. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)
OnUploadContactImage Occurs when a contact image has been uploaded. (inherited from TTMSFNCCustomCloudMicrosoftOutlookContacts)