Catalyst Internet Mail .NET

InternetMail.AttachData Method

Attach the contents of a byte array to the current message.

Overload List

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);

See Also

InternetMail Class | SocketTools Namespace