| StatisticsLogAction Method (String, String, Int32, Int32) |
Namespace:
Dynamicweb.Mailing
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public static void LogAction(
string sessionId,
string type,
int messageID,
int recipientID
)
Public Shared Sub LogAction (
sessionId As String,
type As String,
messageID As Integer,
recipientID As Integer
)
Parameters
- sessionId
- Type: SystemString
- type
- Type: SystemString
- messageID
- Type: SystemInt32
- recipientID
- Type: SystemInt32
See Also