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