All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::jsonapi::admin::MessageInQueue Struct Reference

import "Queue.idl";

Public Attributes

kerio::web::KId id
 Queue ID.
string creationTime
 when the message was created
string nextTry
 when to try send message
kerio::web::ByteValueWithUnits messageSize
 message size in appropriate units
string from
 sender email address
string to
 recipient email address
string status
 message status
string authSender
 email address of authenticated sender
kerio::web::IpAddress senderIp
 IP address of authenticated sender.

Detailed Description

Message waiting in the queue

Member Data Documentation

string kerio::jsonapi::admin::MessageInQueue::authSender

email address of authenticated sender

string kerio::jsonapi::admin::MessageInQueue::creationTime

when the message was created

string kerio::jsonapi::admin::MessageInQueue::from

sender email address

kerio::web::KId kerio::jsonapi::admin::MessageInQueue::id

Queue ID.

kerio::web::ByteValueWithUnits kerio::jsonapi::admin::MessageInQueue::messageSize

message size in appropriate units

string kerio::jsonapi::admin::MessageInQueue::nextTry

when to try send message

kerio::web::IpAddress kerio::jsonapi::admin::MessageInQueue::senderIp

IP address of authenticated sender.

string kerio::jsonapi::admin::MessageInQueue::status

message status

string kerio::jsonapi::admin::MessageInQueue::to

recipient email address


The documentation for this struct was generated from the following file: