Public Properties

  Name Description
Public property DeliverAfter Set the date and time after which the delivery of the message should be attempted. If ommited the delivery will be attemtped as soon as possible (equivalent to setting to DateTime.MinValue).
Public property Originator Gets the originator for a message
Public property Receipts Gets the message receipts
Public property Recipients Get the receipients for a message
Public property Text Message text
Public property TransactionID The unique reference for a message transaction
Public property ValidUntil Set the date and time for which the message should remain valid, i.e. if not fully delivered do not send any non-delivered messages after the specified date.
Top

See Also