JAMS Developer Guide
SendEmail Method


MVPSI.JAMS.Host Namespace > Email Class : SendEmail Method
Mail message to be sent
A collection of properties
Sends email
Syntax
'Declaration
 
Public Shared Sub SendEmail( _
   ByVal msg As System.Net.Mail.MailMessage, _
   ByVal properties As PropertyValueCollection _
) 
'Usage
 
Dim msg As System.Net.Mail.MailMessage
Dim properties As PropertyValueCollection
 
Email.SendEmail(msg, properties)
public static void SendEmail( 
   System.Net.Mail.MailMessage msg,
   PropertyValueCollection properties
)

Parameters

msg
Mail message to be sent
properties
A collection of properties
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

Email Class
Email Members