  | RecipientGetRecipientKeysWithLatestSentTimeByMessageId Method  | 
  
    Namespace: 
   Dynamicweb.Mailing
    Assembly:
   Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntaxpublic static IDictionary<string, DateTime> GetRecipientKeysWithLatestSentTimeByMessageId(
	int messageId
)
Public Shared Function GetRecipientKeysWithLatestSentTimeByMessageId ( 
	messageId As Integer
) As IDictionary(Of String, DateTime)
Parameters
- messageId
 - Type: SystemInt32
 
Return Value
Type: 
IDictionaryString, 
DateTime
See Also