Class MMSHeader
Represents header of MMS message
public class MMSHeader
- Inheritance
-
MMSHeader
Constructors
MMSHeader()
public MMSHeader()
Properties
Bcc
Address of the recipient.
public string Bcc { get; set; }
Property Value
Cc
Address of the recipient.
public string Cc { get; set; }
Property Value
ContentLocation
This field defines the location of the message.
public string ContentLocation { get; set; }
Property Value
ContentType
The content type of the message.
public MMSContentType ContentType { get; set; }
Property Value
Date
Arrival time of the message
public DateTime Date { get; set; }
Property Value
DeliveryReport
public bool DeliveryReport { get; set; }
Property Value
DeliveryTime
Time of delivery.
public DateTime DeliveryTime { get; set; }
Property Value
Expiry
public DateTime Expiry { get; set; }
Property Value
From
public string From { get; set; }
Property Value
MMSVersionMajor
public short MMSVersionMajor { get; set; }
Property Value
MMSVersionMinor
public short MMSVersionMinor { get; set; }
Property Value
MessageClass
public MessageClass MessageClass { get; set; }
Property Value
MessageID
public string MessageID { get; set; }
Property Value
MessageSize
public long MessageSize { get; set; }
Property Value
MessageType
public MessageTypes MessageType { get; set; }
Property Value
Priority
Priority of the message for the recipient.
public Priorities Priority { get; set; }
Property Value
ReadReply
public bool ReadReply { get; set; }
Property Value
ReportAllowed
public bool ReportAllowed { get; set; }
Property Value
ResponseStatus
public ResponseStatuses ResponseStatus { get; set; }
Property Value
ResponseText
public string ResponseText { get; set; }
Property Value
SenderVisibility
Indicates whether to show address/phone number of the sender to the recipient unless the sender has a secret number/address.
public bool SenderVisibility { get; set; }
Property Value
Status
public Status Status { get; set; }
Property Value
Subject
public string Subject { get; set; }
Property Value
To
public string To { get; set; }
Property Value
TransactionId
public string TransactionId { get; set; }