Table of Contents

TTMSFNCCustomCloudGooglePeople.AddContactToGroup Method

Adds a contact to a contact group.

API unit family: TMSFNCCloudGooglePeople Declaring type: TTMSFNCCustomCloudGooglePeople

Syntax

procedure AddContactToGroup(AGroup: TTMSFNCCloudGooglePeopleGroup; AContact: TTMSFNCCloudGooglePeopleContact);

Remarks

The result is reported through the OnAddContactToGroup event.

Parameters

Name Description
AGroup Group the contact is added to. No request is issued when this is nil.
AContact Contact to add to the group. No request is issued when this is nil.