Get the largest possible message size for the listed recipients, typically used for merge messages


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

Syntax

Visual Basic (Declaration)
Public Function LargestMessageSizeForListedRecipients() As Integer
C#
public int LargestMessageSizeForListedRecipients()
C++
public:
 int LargestMessageSizeForListedRecipients() sealed 
J#
public int LargestMessageSizeForListedRecipients()
JScript
public  function LargestMessageSizeForListedRecipients() : int

Return Value

Largest message size for listed recipients

See Also