15 lines
260 B
GraphQL
15 lines
260 B
GraphQL
query ServerMailAntivirusPage {
|
|
serverMail {
|
|
antivirus {
|
|
key
|
|
name
|
|
isActive
|
|
}
|
|
antivirusPolicy {
|
|
policy
|
|
isAppliedToIncoming
|
|
isAppliedToOutgoing
|
|
}
|
|
}
|
|
}
|