/** Get users authorized to Send On Behalf To mails from this mailing list */
export interface ExchangeDistributionGroupSendOnBehalfTo {
    /** Account id to give send on behalf to */
    allowedAccountId: number;
    /** Creation date */
    creationDate: string;
    /** Pending task id */
    taskPendingId: number;
}
//# sourceMappingURL=ExchangeDistributionGroupSendOnBehalfTo.d.ts.map