Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Attachments

AttachmentCollection System.Net.Mail.MailMessage.Attachments
get

Definition at line 216 of file MailMessage.cs.

217 {
218 get
219 {
220 if (_disposed)
221 {
222 throw new ObjectDisposedException(GetType().FullName);
223 }
224 return _attachments ?? (_attachments = new AttachmentCollection());
225 }
226 }
AttachmentCollection _attachments

Referenced by System.Net.Mail.MailMessage.SetContent().