[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=MailMessage Info=Represents an e-mail message that can be sent using the SmtpClient class. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the MailMessage class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 @Body=Sets the message body. ARG(string)|2| @BodyEncoding=Sets the encoding used to encode the message body. ARG(Encoding)|20|(empty)|Encoding @DeliveryNotificationOptions=Sets the delivery notifications for this e-mail message. ARG(DeliveryNotificationOptions)|21|0|None,OnSuccess,OnFailure,Delay,Never @From=Sets the from address for this e-mail message. ARG(string)|2| @HeadersEncoding=Sets the encoding used for the user-defined custom headers for this e-mail message. ARG(Encoding)|20|(empty)|Encoding @IsBodyHtml=Sets a value indicating whether the mail message body is in Html. ARG(bool)|14|1|True,False @Priority=Sets the priority of this e-mail message. ARG(MailPriority)|14|0|Normal,Low,High @ReplyTo=Obsolete. Gets or sets the ReplyTo address for the mail message. ARG(MailAddress)|20|(empty)|MailAddress Recipients=Sets a string that contains the address of the recipient of the e-mail message. ARG(string)|2| @Sender=Sets the sender's address for this e-mail message. ARG(MailAddress)|20|(empty)|MailAddress @Subject=Sets the subject line for this e-mail message. ARG(string)|2| @SubjectEncoding=Sets the encoding used for the subject content for this e-mail message. ARG(Encoding)|20|(empty)|Encoding [Methods] *doConstructor=Initializes an empty instance of the MailMessage class. ARG()|1|0 *doConstructor2=Initializes a new instance of the MailMessage class by using the specified String class objects. ARG(string from, string recipients)|1|0 *doConstructor3=Initializes a new instance of the MailMessage class. ARG(string from, string recipients, string subject, string body)|1|0 *doConstructor4=Initializes a new instance of the MailMessage class by using the specified MailAddress class objects. ARG(MailAddress from, MailAddress recipients)|1|0 *doDispose=Releases all resources used by the MailMessage. ARG()|1|0 *AlternateViews=Returns the attachment collection used to store alternate forms of the message body. ARG(AlternateViewCollection)|3|0 *Attachments=Returns the attachment collection used to store data attached to this e-mail message. ARG(AttachmentCollection)|3|0 *Bcc=Returns the address collection that contains the blind carbon copy recipients for this e-mail message. ARG(MailAddressCollection)|3|0 *BodyEncoding=Returns the encoding used to encode the message body. ARG(Encoding)|3|0 *CC=Returns the address collection that contains the carbon copy recipients for this e-mail message. ARG(MailAddressCollection)|3|0 *DeliveryNotificationOptions=Returns the delivery notifications for this e-mail message. ARG(DeliveryNotificationOptions)|3|0 *Headers=Returns the e-mail headers that are transmitted with this e-mail message. ARG(NameValueCollection)|3|0 *HeadersEncoding=Returns the encoding used for the user-defined custom headers for this e-mail message. ARG(Encoding)|3|0 *IsBodyHtml=Returns a value indicating whether the mail message body is in Html. ARG(bool)|3|104 *Priority=Returns the priority of this e-mail message. ARG(MailPriority)|3|0 *ReplyTo=Obsolete. Gets or sets the ReplyTo address for the mail message. ARG(MailAddress)|3|0 *ReplyToList=Returns the list of addresses to reply to for the mail message. ARG(MailAddressCollection)|3|0 *Sender=Returns the sender's address for this e-mail message. ARG(MailAddress)|3|0 *SubjectEncoding=Returns the encoding used for the subject content for this e-mail message. ARG(Encoding)|3|0 *To=Returns the address collection that contains the recipients of this e-mail message. ARG(MailAddressCollection)|3|0 MailMessage=Returns the MailMessage object. ARG(MailMessage)|3|0 From=Defines a string that contains the address of the sender of the e-mail message. ARG(MailAddress)|4|0 Recipients=Defines a string that contains the address of the recipient of the e-mail message. ARG(MailAddress)|4|0 Subject=Defines a string that contains the subject text. ARG(string)|4|2 Body=Defines a string that contains the message body. ARG(string)|4|2