Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
<ObsoleteAttribute("The SendViaIis method has been deprecated and will be removed. Use Send method instead.",  _
	True)> _
Public Shared Sub SendViaIis ( _
	serverType As MailServerType, _
	message As MailMessage, _
	pickupDirectory As String _
)
C#
[ObsoleteAttribute("The SendViaIis method has been deprecated and will be removed. Use Send method instead.", 
	true)]
public static void SendViaIis(
	MailServerType serverType,
	MailMessage message,
	string pickupDirectory
)

Parameters

serverType
Type: Rebex.Mail..::..MailServerType
message
Type: Rebex.Mail..::..MailMessage
pickupDirectory
Type: System..::..String

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also