BPM.Server
InsertMailLinkDump Method (IBPMDataProvider)



Syntax
'Declaration
 
Sub InsertMailLinkDump( _
   ByVal guid As Guid, _
   ByVal taskid As Integer, _
   ByVal stepid As Integer, _
   ByVal recipientAccount As String, _
   ByVal isSystemLink As Boolean, _
   ByVal actionName As String, _
   ByVal expireDate As Date _
) 
'Usage
 
Dim instance As IBPMDataProvider
Dim guid As Guid
Dim taskid As Integer
Dim stepid As Integer
Dim recipientAccount As String
Dim isSystemLink As Boolean
Dim actionName As String
Dim expireDate As Date
 
instance.InsertMailLinkDump(guid, taskid, stepid, recipientAccount, isSystemLink, actionName, expireDate)

Parameters

guid
taskid
stepid
recipientAccount
isSystemLink
actionName
expireDate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBPMDataProvider Interface
IBPMDataProvider Members

Send Feedback