BPM.Server
Send(MailMessage) Method



Syntax
'Declaration
 
Public Overloads Shadows Sub Send( _
   ByVal mail As MailMessage _
) 
'Usage
 
Dim instance As BPMSmtpClient
Dim mail As MailMessage
 
instance.Send(mail)
public new void Send( 
   MailMessage mail
)
public:
new void Send( 
   MailMessage^ mail
) 

Parameters

mail
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

BPMSmtpClient Class
BPMSmtpClient Members
Overload List

Send Feedback