EmailDataProviderConnection.GetAutoReplySettingsRequested Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Происходит, когда почтовый клиент запросил параметры автоматического ответа.
// Register
event_token GetAutoReplySettingsRequested(TypedEventHandler<EmailDataProviderConnection, EmailMailboxGetAutoReplySettingsRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void GetAutoReplySettingsRequested(event_token const* cookie) const;
// Revoke with event_revoker
EmailDataProviderConnection::GetAutoReplySettingsRequested_revoker GetAutoReplySettingsRequested(auto_revoke_t, TypedEventHandler<EmailDataProviderConnection, EmailMailboxGetAutoReplySettingsRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<EmailDataProviderConnection,EmailMailboxGetAutoReplySettingsRequestEventArgs> GetAutoReplySettingsRequested;
function onGetAutoReplySettingsRequested(eventArgs) { /* Your code */ }
emailDataProviderConnection.addEventListener("getautoreplysettingsrequested", onGetAutoReplySettingsRequested);
emailDataProviderConnection.removeEventListener("getautoreplysettingsrequested", onGetAutoReplySettingsRequested);
- or -
emailDataProviderConnection.ongetautoreplysettingsrequested = onGetAutoReplySettingsRequested;
Public Custom Event GetAutoReplySettingsRequested As TypedEventHandler(Of EmailDataProviderConnection, EmailMailboxGetAutoReplySettingsRequestEventArgs)
Тип события
Требования к Windows
Возможности приложения |
email
emailSystem
|