Skip to main content

SendSmsMessageResult.Message

Returns the ShortMessage class object processed by the ISmsGateway.SendShortMessage method.

Namespace: Imanami.directorymanager.DataTransferObjects.DataContracts.SMS

Assembly: Imanami.directorymanager.DataTransferObjects.dll

Syntax

public ShortMessage Message;

Return Value

Type: Imanami.directorymanager.DataTransferObjects.DataContracts.SMS.ShortMessage

Object containing elements of the text message.

See Also