3 instantiations of Attachment
System (3)
net\System\Net\mail\Attachment.cs (3)
419Attachment a = new Attachment(); 426Attachment a = new Attachment(); 433Attachment a = new Attachment();
12 references to Attachment
System (12)
net\System\Net\mail\Attachment.cs (6)
418public static Attachment CreateAttachmentFromString(string content, string name){ 419Attachment a = new Attachment(); 425public static Attachment CreateAttachmentFromString(string content, string name, Encoding contentEncoding, string mediaType){ 426Attachment a = new Attachment(); 432public static Attachment CreateAttachmentFromString(string content, ContentType contentType){ 433Attachment a = new Attachment();
net\System\Net\mail\AttachmentCollection.cs (4)
9public sealed class AttachmentCollection : Collection<Attachment>, IDisposable 18foreach (Attachment attachment in this) { 41protected override void SetItem(int index, Attachment item){ 53protected override void InsertItem(int index, Attachment item){
net\System\Net\mail\MailMessage.cs (2)
315foreach (Attachment attachment in Attachments) { 371foreach (Attachment attachment in Attachments)