Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mail.MailMessage Class Reference

Public Member Functions

 MailMessage ()
 
 MailMessage (string from, string to)
 
 MailMessage (string from, string to, string? subject, string? body)
 
 MailMessage (MailAddress from, MailAddress to)
 
void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Package Functions

void Send (BaseWriter writer, bool sendEnvelope, bool allowUnicode)
 
IAsyncResult BeginSend (BaseWriter writer, bool sendEnvelope, bool allowUnicode, AsyncCallback callback, object state)
 
void EndSend (IAsyncResult asyncResult)
 
string BuildDeliveryStatusNotificationString ()
 

Properties

MailAddressFrom [get, set]
 
MailAddressSender [get, set]
 
MailAddressReplyTo [get, set]
 
MailAddressCollection ReplyToList [get]
 
MailAddressCollection To [get]
 
MailAddressCollection Bcc [get]
 
MailAddressCollection CC [get]
 
MailPriority Priority [get, set]
 
DeliveryNotificationOptions DeliveryNotificationOptions [get, set]
 
string Subject [get, set]
 
EncodingSubjectEncoding [get, set]
 
NameValueCollection Headers [get]
 
EncodingHeadersEncoding [get, set]
 
string Body [get, set]
 
EncodingBodyEncoding [get, set]
 
TransferEncoding BodyTransferEncoding [get, set]
 
bool IsBodyHtml [get, set]
 
AttachmentCollection Attachments [get]
 
AlternateViewCollection AlternateViews [get]
 

Private Member Functions

void SetContent (bool allowUnicode)
 

Private Attributes

AlternateViewCollection _views
 
AttachmentCollection _attachments
 
AlternateView _bodyView
 
string _body = string.Empty
 
Encoding _bodyEncoding
 
TransferEncoding _bodyTransferEncoding = TransferEncoding.Unknown
 
bool _isBodyHtml
 
bool _disposed
 
readonly Message _message
 
DeliveryNotificationOptions _deliveryStatusNotification
 

Detailed Description

Definition at line 8 of file MailMessage.cs.


The documentation for this class was generated from the following file: