import { ActiveSyncNotificationStateEnum } from './ActiveSyncNotificationStateEnum';
/** Get email addresses subscribed to ActiveSync quarantine notifications */
export interface ExchangeServiceActiveSyncNotification {
    /** Creation date */
    creationDate: string;
    /** Notified Account Id */
    notifiedAccountId: number;
    /** Primary email address for notified account */
    primaryEmailAddress: string;
    /** Email state */
    state: ActiveSyncNotificationStateEnum;
}
//# sourceMappingURL=ExchangeServiceActiveSyncNotification.d.ts.map