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