BPM.Server
Send Method (INotifyProvider)



Syntax
'Declaration
 
Sub Send( _
   ByVal address As String, _
   ByVal title As String, _
   ByVal message As String, _
   ByVal attachments As BPM.NotifyAttachmentCollection _
) 
'Usage
 
Dim instance As INotifyProvider
Dim address As String
Dim title As String
Dim message As String
Dim attachments As BPM.NotifyAttachmentCollection
 
instance.Send(address, title, message, attachments)
void Send( 
   string address,
   string title,
   string message,
   BPM.NotifyAttachmentCollection attachments
)
void Send( 
   String^ address,
   String^ title,
   String^ message,
   BPM.NotifyAttachmentCollection^ attachments
) 

Parameters

address
title
message
attachments
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

INotifyProvider Interface
INotifyProvider Members

Send Feedback