[This is preliminary documentation and is subject to change.]

Adds the recepients

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public Hashtable AddRecipientUser(
	Hashtable ht,
	string toName,
	string emailAddress
)
Visual Basic (Declaration)
Public Function AddRecipientUser ( _
	ht As Hashtable, _
	toName As String, _
	emailAddress As String _
) As Hashtable
Visual C++
public:
Hashtable^ AddRecipientUser(
	Hashtable^ ht, 
	String^ toName, 
	String^ emailAddress
)

Parameters

ht
Type: System.Collections..::.Hashtable
toName
Type: System..::.String
emailAddress
Type: System..::.String

Return Value

See Also