Notifies the subscriber that the subscription connection state has changed. The subscriber won't be
notified of EmailMessage changes until the connection status changes to ConnectionState.CONNECTED. The subscriber will
stop receiving EmailMessage change notifications when the connection state changes to ConnectionState.DISCONNECTED.
Notifies the subscriber that the subscription connection state has changed. The subscriber won't be notified of
EmailMessage
changes until the connection status changes toConnectionState.CONNECTED
. The subscriber will stop receivingEmailMessage
change notifications when the connection state changes toConnectionState.DISCONNECTED
.