Attach the contents of a byte array to the current message.
Attach the contents of a byte array to the current message.
public bool AttachData(byte[],int);
Attach the contents of a byte array to the current message.
public bool AttachData(byte[],int,string);
Attach the contents of a byte array to the current message.
public bool AttachData(byte[],int,string,string);
Attach the contents of a byte array to the current message.
public bool AttachData(byte[],int,string,string,MimeAttachment);
Attach the contents of a string to the current message.
public bool AttachData(string);
Attach the contents of a string to the current message.
public bool AttachData(string,string);
Attach the contents of a string to the current message.
public bool AttachData(string,string,string);
Attach the contents of a string to the current message.
public bool AttachData(string,string,string,MimeAttachment);
MailMessage Class | SocketTools Namespace