summaryM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})

Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string SendEmail(
	string fromAddress,
	string senderAddress,
	string toAddress,
	string subject,
	string body,
	List<Attachment> attachments
)
Visual Basic
Public Shared Function SendEmail ( 
	fromAddress As String,
	senderAddress As String,
	toAddress As String,
	subject As String,
	body As String,
	attachments As List(Of Attachment)
) As String

Parameters

fromAddress
Type: System..::..String
paramfromAddressM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})
senderAddress
Type: System..::..String
paramsenderAddressM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})
toAddress
Type: System..::..String
paramtoAddressM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})
subject
Type: System..::..String
paramsubjectM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})
body
Type: System..::..String
parambodyM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})
attachments
Type: System.Collections.Generic..::..List<(Of <(<'Attachment>)>)>
paramattachmentsM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})

Return Value

returnsM:DotNetNuke.Services.Mail.Mail.SendEmail(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Net.Mail.Attachment})

See Also