MessageInfo Class |
Namespace: NetQuarry.Services
The MessageInfo type exposes the following members.
Name | Description | |
---|---|---|
MessageInfo | Initializes a new instance of the MessageInfo class |
Name | Description | |
---|---|---|
AccountSid |
The account SID value.
| |
ApiVersion |
The version of the Twilio API used to process the Message.
| |
Body |
The text body of the Message.
| |
DateCreated |
The date that this resource was created
| |
DateSent |
The date that the Message was sent
| |
DateUpdated |
The date that this resource was last updated
| |
Direction |
The direction of this Message. incoming for incoming messages, outbound-api
for messages initiated via the REST API, outbound-call for messages initiated
during a call or outbound-reply for messages initiated in response to an
incoming Message.
| |
ErrorCode |
The error code of this message. If the message was unable to be delivered
this property will contain the error code. Error codes are listed in the
Message docs: https://www.twilio.com/docs/api/rest/message.
| |
ErrorMessage |
The error message for this message. If the message was unable to be delivered
this property will contain the error message.
| |
From |
The phone number that initiated the message in E.164 format. For incoming
messages, this will be the remote phone. For outgoing messages, this will
be one of your Twilio phone numbers.
| |
NumImages |
The number of images associated with this MMS
| |
NumSegments |
The number of body segments associated with this message. In a common case,
an ASCII message of 180 characters will be split into one segment with 160
characters and one with 20 characters, so NumSegments would be 2 for that
message.
| |
Price |
The amount billed for the Message.
| |
Sid |
A 34 character string that uniquely identifies this resource.
| |
Status |
The status of this Message. Either queued, sending, sent, or failed.
| |
StatusCode |
Returns the translated status code.
| |
To |
The phone number that received the message in E.164 format. For incoming
messages, this will be one of your Twilio phone numbers. For outgoing messages,
this will be the remote phone.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |