System.Net.Smtp.SmtpAttachment.SmtpAttachment C# (CSharp) Method

SmtpAttachment() public method

public SmtpAttachment ( String file ) : System.Text
file String
return System.Text
		public SmtpAttachment(String file)
		{
			LoadFile(file);
		}

Same methods

SmtpAttachment::SmtpAttachment ( ) : System.Text