| RecipientGetRecipientsByUser Method (String, Int32) |
Namespace:
Dynamicweb.Mailing
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public 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:
RecipientCollectionSee Also