Method AddAttachment
AddAttachment(string)
Adds an attachment to the mail message.
public void AddAttachment(string strAttachmentFileName)
Parameters
strAttachmentFileName
stringThe file name of the attachment.
Adds an attachment to the mail message.
public void AddAttachment(string strAttachmentFileName)
strAttachmentFileName
stringThe file name of the attachment.