Gets the message receipts


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Receipts As MessageReceiptCollection
C#
public MessageReceiptCollection Receipts { get; }
C++
public property MessageReceiptCollection Receipts sealed  {
    MessageReceiptCollection get();
}
J#
/** property */
public MessageReceiptCollection get_Receipts();
JScript
public function get Receipts() : MessageReceiptCollection

Property Value

The List of all reciept objects associated with a message

Exceptions

Exception TypeCondition
ApiArgumentExceptionThrown if unable to obtain receipts

See Also