Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

emaildataprovidertriggerdetails_connection.md

File metadata and controls

27 lines (18 loc) · 1.11 KB
-api-id -api-type
P:Windows.ApplicationModel.Email.DataProvider.EmailDataProviderTriggerDetails.Connection
winrt property

Windows.ApplicationModel.Email.DataProvider.EmailDataProviderTriggerDetails.Connection

-description

Gets the EmailDataProviderConnection to be used to communicate with an email client app.

This event is triggered when an email data client app has instantiated the background task that runs your email data provider. Your code should respond to this event by using the connection to register an event handler for data provider request events.

-property-value

The connection your email data provider uses to communicate with an email client app. When you handler is triggered, your code should register event handlers on this connection for the email data provider events included in the EmailDataProviderConnection class.

-remarks

-examples

-see-also

-capabilities

email, emailSystem