Method | Description | |
---|---|---|
BytesAttachment ( byte contents, string name ) | ||
BytesAttachment ( byte contents, string name, string fileName ) |
public BytesAttachment ( byte contents, string name ) | ||
contents | byte | A file. |
name | string | A string with a length from 0 to 256. |
public BytesAttachment ( byte contents, string name, string fileName ) | ||
contents | byte | A file. |
name | string | A string with a length from 0 to 256. |
fileName | string | File name. |