Documentation
¶
Overview ¶
Package delivrcpt handles delivery receipt messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Type = message.Type{
Tag: "DELIVERED",
Name: "delivery receipt",
Article: "a",
}
Type is the type definition for a delivery receipt.
Functions ¶
This section is empty.
Types ¶
type DeliveryReceipt ¶
type DeliveryReceipt struct { message.BaseMessage MessageTo string MessageSubject string LocalMessageID string DeliveredTime string ExtraText string }
DeliveryReceipt holds the details of an XSC-standard delivery receipt message.
func (*DeliveryReceipt) EncodeBody ¶
func (m *DeliveryReceipt) EncodeBody() string
EncodeBody encodes the message body.
func (*DeliveryReceipt) EncodeSubject ¶
func (m *DeliveryReceipt) EncodeSubject() string
EncodeSubject encodes the message subject.
Click to show internal directories.
Click to hide internal directories.