Table of Contents

Method TryCreatePrivateChat

Namespace
Skyline.DataMiner.DcpChatIntegrationHelper.Teams
Assembly
Skyline.DataMiner.DcpChatIntegrationHelper.dll

TryCreatePrivateChat(string)

Tries to create the private chat for the given user and the DataMiner Teams Bot.

void TryCreatePrivateChat(string email)

Parameters

email string

The email addresses of the user (which is part of the tenant)

Remarks

The organizations Microsoft Teams tenant must be configured in the Admin App and the required permissions must be granted. Note that, if new features require more permissions than were granted before, you can easily refresh your configured tenant to update it's permissions in the Admin App.

Exceptions

TeamsChatIntegrationException

If anything went wrong.