20 references to MimePart
System (20)
net\System\Net\mail\Attachment.cs (11)
299
MimePart
.ContentDisposition = new ContentDisposition();
307
MimePart
.ContentDisposition = new ContentDisposition();
316
MimePart
.ContentDisposition = new ContentDisposition();
330
MimePart
.ContentDisposition = new ContentDisposition();
337
MimePart
.ContentDisposition = new ContentDisposition();
344
MimePart
.ContentDisposition = new ContentDisposition();
351
MimePart
.ContentDisposition = new ContentDisposition();
360
MimePart
.ContentType.Name = MimeBasePart.EncodeHeaderValue(name, encoding ,MimeBasePart.ShouldUseBase64Encoding(encoding));
363
MimePart
.ContentType.Name = name;
376
MimePart
.ContentType.Name = value;
406
return
MimePart
.ContentDisposition;
net\System\Net\mail\MailMessage.cs (9)
300
message.Content = bodyView.
MimePart
;
313
part.Parts.Add(bodyView.
MimePart
);
319
part.Parts.Add(attachment.
MimePart
);
334
viewsPart.Parts.Add(bodyView.
MimePart
);
346
wholeView.ContentLocation = view.
MimePart
.ContentLocation;
347
wholeView.Parts.Add(view.
MimePart
);
354
wholeView.Parts.Add(resource.
MimePart
);
360
viewsPart.Parts.Add(view.
MimePart
);
377
attachmentsPart.Parts.Add(attachment.
MimePart
);