Creates new SMTP configuration for this message with specified server address.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
INewSmtp UsingNewSmtp(
	string server
)
Visual Basic
Function UsingNewSmtp ( _
	server As String _
) As INewSmtp
Visual C++
INewSmtp^ UsingNewSmtp(
	String^ server
)

Parameters

server
Type: System..::..String

[Missing <param name="server"/> documentation for "M:Limilabs.Mail.Fluent.IFluentMail.UsingNewSmtp(System.String)"]

Return Value

Email configuration for SMTP server connection.

See Also