ZOOM Windows SDK
5.2.42037.1112
|
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... | |
Outlook plugin integration helper Callback event.
|
pure virtual |
The callback event will be triggered when the outlook plugin requests to assign a meeting topic.
pScheduleForEmail | The email owner will be the host of the scheduled meeting. |
ppDefaultMeetingTopic | The meeting topic by default. It is able to be changed. |