import "MailingLists.idl";
Public Attributes | |
| kerio::web::KId | id |
| [READ-ONLY] global identification of ML | |
| kerio::web::KId | domainId |
| [REQUIRED FOR CREATE] [WRITE-ONCE] identification in which domain ML exists | |
| string | name |
| [REQUIRED FOR CREATE] [WRITE-ONCE] ML name, name is email address | |
| string | description |
| description | |
| kerio::web::KId | languageId |
| language to be spoken withing mailing list | |
| string | welcomeString |
| string to be sent as welcome of a new memeber | |
| string | footerString |
| string to be sent as footer of each contribution | |
| SubscriptionPolicy | subscription |
| type of ML subscription policy | |
| PostingPolicy | posting |
| type of ML posting policy | |
| MlReplyTo | replyTo |
| how should be replied to | |
| string | otherAddress |
| if replyTo is OtherAddress, it contains email address | |
| string | subjectPrefix |
| prefix for each subject | |
| boolean | hideSenderAddress |
| replace sender's email address by ML address | |
| boolean | allowEmptySubject |
| allow posting with empty subject | |
| ArchiveSettings | archive |
| archive settings | |
| long | membersCount |
| [READ-ONLY] Number of members. | |
| HomeServer | homeServer |
| [READ-ONLY] Id of users homeserver if server is in Cluster | |
Mailing List Structure
| boolean kerio::jsonapi::admin::Ml::allowEmptySubject |
allow posting with empty subject
| ArchiveSettings kerio::jsonapi::admin::Ml::archive |
archive settings
| string kerio::jsonapi::admin::Ml::description |
description
| kerio::web::KId kerio::jsonapi::admin::Ml::domainId |
[REQUIRED FOR CREATE] [WRITE-ONCE] identification in which domain ML exists
| string kerio::jsonapi::admin::Ml::footerString |
string to be sent as footer of each contribution
| boolean kerio::jsonapi::admin::Ml::hideSenderAddress |
replace sender's email address by ML address
| HomeServer kerio::jsonapi::admin::Ml::homeServer |
[READ-ONLY] Id of users homeserver if server is in Cluster
| kerio::web::KId kerio::jsonapi::admin::Ml::id |
[READ-ONLY] global identification of ML
| kerio::web::KId kerio::jsonapi::admin::Ml::languageId |
language to be spoken withing mailing list
| long kerio::jsonapi::admin::Ml::membersCount |
[READ-ONLY] Number of members.
| string kerio::jsonapi::admin::Ml::name |
[REQUIRED FOR CREATE] [WRITE-ONCE] ML name, name is email address
| string kerio::jsonapi::admin::Ml::otherAddress |
if replyTo is OtherAddress, it contains email address
| PostingPolicy kerio::jsonapi::admin::Ml::posting |
type of ML posting policy
| MlReplyTo kerio::jsonapi::admin::Ml::replyTo |
how should be replied to
| string kerio::jsonapi::admin::Ml::subjectPrefix |
prefix for each subject
| SubscriptionPolicy kerio::jsonapi::admin::Ml::subscription |
type of ML subscription policy
| string kerio::jsonapi::admin::Ml::welcomeString |
string to be sent as welcome of a new memeber