Get the receipients for a message


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

Syntax

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

Property Value

A list of Recipient objects associated with a message

See Also