UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 555 B
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