[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=AttachmentBase Info=Represents an attachment to an e-mail. [Property] Constructor=Sets the Constructor of the Attachment class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6 FileName=Sets the string that contains a file path to use to create this attachment. ARG(string)|2| NameMIME=Sets the MIME content type name value in the content type associated with this attachment. ARG(string)|2| @NameEncoding=Specifies the encoding for the AttachmentName. ARG(Encoding)|20|(empty)|Encoding [Methods] *doConstructor=Initializes a new instance of the Attachment class with the specified content string. ARG(string fileName)|1|0 *doConstructor2=Initializes a new instance of the Attachment class with the specified stream and content type. ARG(Stream contentStream, ContentType contentType)|1|0 *doConstructor3=Initializes a new instance of the Attachment class with the specified stream and name. ARG(Stream contentStream, string nameMIME)|1|0 *doConstructor4=Initializes a new instance of the Attachment class with the specified content string and ContentType. ARG(string fileName, ContentType contentType)|1|0 *doConstructor5=Initializes a new instance of the Attachment class with the specified content string and MIME type information. ARG(string fileName, string mediaType)|1|0 *doConstructor6=Initializes a new instance of the Attachment class with the specified stream, name, and MIME type information. ARG(Stream contentStream, string nameMIME, string mediaType)|1|0 *doCreateFromString=Creates a mail attachment using the content from the specified string, and the specified ContentType. ARG(string content, ContentType contentType)|1|0 *doCreateFromString2=Creates a mail attachment using the content from the specified string, and the specified MIME content type name. ARG(string content, string nameMIME)|1|0 *doCreateFromString3=Creates a mail attachment using the content from the specified string, the specified MIME content type name, character encoding, and MIME header information for the attachment. ARG(string content, string nameMIME, Encoding contentEncoding, string mediaType)|1|0 *ContentDisposition=Returns the MIME content disposition for this attachment. ARG(ContentDisposition)|3|0 *Name=Returns the MIME content type name value in the content type associated with this attachment. ARG(string)|3|2 *NameEncoding=Specifies the encoding for the AttachmentName. ARG(Encoding)|3|0 Attachment=Returns the Attachment object. ARG(Attachment)|3|0 *content=A String that contains the content for this attachment. ARG(string)|4|2 *contentEncoding=An Encoding. This value can be null. ARG(Encoding)|4|0 *contentStream=A readable Stream that contains the content for this attachment. ARG(Stream)|4|10 *FileName=A String that contains a file path to use to create this attachment. ARG(string)|4|2 *mediaType=A String that contains the MIME Content-Header information for this attachment. This value can be null. ARG(string)|4|2 *NameMIME=A String that contains the value for the Name property of the ContentType associated with this attachment. This value can be null. ARG(string)|4|2