Table of Contents

TTMSFNCCustomCloudMicrosoftOutlookContacts Class

Base component that connects to the Outlook contacts service and provides asynchronous operations to list, retrieve, create, update and delete contacts, as well as download and upload contact photos.

API unit family: TMSFNCCloudMicrosoftOutlookContacts Inherits from: TTMSFNCCustomCloudMicrosoft

Syntax

TTMSFNCCustomCloudMicrosoftOutlookContacts = class(TTMSFNCCustomCloudMicrosoft)

Remarks

This is the non-published base class. Use the published descendant on a form, or instantiate this class directly in code. Each operation issues an authenticated request and reports its outcome through the matching event.

Properties

Name Description
Contacts Collection of contacts retrieved by this component.

Methods

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