  | RecipientGetRecipientsByUser Method (String, Int32) | 
  
    Namespace: 
   Dynamicweb.Mailing
    Assembly:
   Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntaxpublic static RecipientCollection GetRecipientsByUser(
	string userKey,
	int messageId
)
Public Shared Function GetRecipientsByUser ( 
	userKey As String,
	messageId As Integer
) As RecipientCollection
Parameters
- userKey
 - Type: SystemString
 - messageId
 - Type: SystemInt32
 
Return Value
Type: 
RecipientCollection
See Also