Create a new recipeint class


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

Syntax

Visual Basic (Declaration)
Public Function CreateRecipient() As RecipientClass
C#
public RecipientClass CreateRecipient()
C++
public:
 RecipientClass CreateRecipient() sealed 
J#
public RecipientClass CreateRecipient()
JScript
public  function CreateRecipient() : RecipientClass

Return Value

New recipient class

See Also