Click or drag to resize

IMessage Interface

Implemented by Message services

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IMessage

The IMessage type exposes the following members.

Methods
  NameDescription
Public methodAddNewPhoneNumber
Adds a new phone number to the account.
Public methodAddPhoneNumber
Adds a new phone number to the account.
Public methodGetMessage
Returns information about a specific message.
Public methodGetPhoneNumber Obsolete.
Gets phone number information for the specified phone number.
Public methodPhoneNumberInformation
Gets phone number information for the specified phone number.
Public methodSendMessage
Sends an SMS message.
Public methodSendMessageWithService
Sends an SMS message using a Twilio message service.
Top
See Also