Table of Contents

Class MMSHeader

Namespace
Inetlab.MMS
Assembly
Inetlab.MMS.MM7.dll

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

string

Cc

Address of the recipient.

public string Cc { get; set; }

Property Value

string

ContentLocation

This field defines the location of the message.

public string ContentLocation { get; set; }

Property Value

string

ContentType

The content type of the message.

public MMSContentType ContentType { get; set; }

Property Value

MMSContentType

Date

Arrival time of the message

public DateTime Date { get; set; }

Property Value

DateTime

DeliveryReport

public bool DeliveryReport { get; set; }

Property Value

bool

DeliveryTime

Time of delivery.

public DateTime DeliveryTime { get; set; }

Property Value

DateTime

Expiry

public DateTime Expiry { get; set; }

Property Value

DateTime

From

public string From { get; set; }

Property Value

string

MMSVersionMajor

public short MMSVersionMajor { get; set; }

Property Value

short

MMSVersionMinor

public short MMSVersionMinor { get; set; }

Property Value

short

MessageClass

public MessageClass MessageClass { get; set; }

Property Value

MessageClass

MessageID

public string MessageID { get; set; }

Property Value

string

MessageSize

public long MessageSize { get; set; }

Property Value

long

MessageType

public MessageTypes MessageType { get; set; }

Property Value

MessageTypes

Priority

Priority of the message for the recipient.

public Priorities Priority { get; set; }

Property Value

Priorities

ReadReply

public bool ReadReply { get; set; }

Property Value

bool

ReportAllowed

public bool ReportAllowed { get; set; }

Property Value

bool

ResponseStatus

public ResponseStatuses ResponseStatus { get; set; }

Property Value

ResponseStatuses

ResponseText

public string ResponseText { get; set; }

Property Value

string

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

bool

Status

public Status Status { get; set; }

Property Value

Status

Subject

public string Subject { get; set; }

Property Value

string

To

public string To { get; set; }

Property Value

string

TransactionId

public string TransactionId { get; set; }

Property Value

string