getMailArchiveChannel(String ref) A (MailArchiveChannel) cover for getChannel() to return a specific mail archive group.
Parameters: ref - The channel reference.
The type string for this application: should not change over time as it may be stored in various parts of persistent entities.
HEADER_INNER_CONTENT_TYPE
final public static String HEADER_INNER_CONTENT_TYPE(Code)
Message header that indicates the Content-Type of the message body of an archived message - this may be different from the original outer-envelope Content-Type (outer might be multipart)
HEADER_OUTER_CONTENT_TYPE
final public static String HEADER_OUTER_CONTENT_TYPE(Code)
Message header that indicates the original outer-envelope Content-Type of an archived message
A (MailArchiveChannel) cover for add() to add a new announcement channel.
Parameters: ref - The channel reference. The newly created group. exception: IdUsedException - if the id is not unique. exception: IdInvalidException - if the id is not made up of valid characters. exception: PermissionException - if the user does not have permission to add a group.
A (MailArchiveChannel) cover for getChannel() to return a specific mail archive group.
Parameters: ref - The channel reference. the MailArchiveChannel that has the specified name. exception: IdUnusedException - If this name is not defined for a mail archive channel. exception: PermissionException - If the user does not have any permissions to the channel.