ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IOutlookPluginIntegrationHelperEvent Class Referenceabstract

Outlook plugin integration helper Callback event. More...

#include <outlook_plugin_integration_helper_interface.h>

Public Member Functions

virtual void onOutlookPluginNeedLoginRequestNotification ()=0
 The callback event will be triggered when the outlook plugin requests a login.
 
virtual void onOutlookPluginScheduleMeetingRequestNotification ()=0
 The callback event will be triggered when the outlook plugin requests to schedule a meeting.
 
virtual void onOutlookPluginDefaultMeetingTopicRequestNotification (const wchar_t *pScheduleForEmail, wchar_t **ppDefaultMeetingTopic)=0
 The callback event will be triggered when the outlook plugin requests to assign a meeting topic. More...
 

Detailed Description

Outlook plugin integration helper Callback event.

Member Function Documentation

◆ onOutlookPluginDefaultMeetingTopicRequestNotification()

virtual void IOutlookPluginIntegrationHelperEvent::onOutlookPluginDefaultMeetingTopicRequestNotification ( const wchar_t *  pScheduleForEmail,
wchar_t **  ppDefaultMeetingTopic 
)
pure virtual

The callback event will be triggered when the outlook plugin requests to assign a meeting topic.

Parameters
pScheduleForEmailThe email owner will be the host of the scheduled meeting.
ppDefaultMeetingTopicThe meeting topic by default. It is able to be changed.

The documentation for this class was generated from the following file: