20 references to MimePart
System.Net.Mail (20)
System\Net\Mail\Attachment.cs (11)
291
MimePart
.ContentDisposition = new ContentDisposition();
297
MimePart
.ContentDisposition = new ContentDisposition();
304
MimePart
.ContentDisposition = new ContentDisposition();
318
MimePart
.ContentDisposition = new ContentDisposition();
325
MimePart
.ContentDisposition = new ContentDisposition();
332
MimePart
.ContentDisposition = new ContentDisposition();
339
MimePart
.ContentDisposition = new ContentDisposition();
347
MimePart
.ContentType.Name = MimeBasePart.EncodeHeaderValue(_name, encoding, MimeBasePart.ShouldUseBase64Encoding(encoding));
351
MimePart
.ContentType.Name = _name;
368
MimePart
.ContentType.Name = value;
400
return
MimePart
.ContentDisposition;
System\Net\Mail\MailMessage.cs (9)
327
_message.Content = _bodyView.
MimePart
;
343
part.Parts.Add(_bodyView.
MimePart
);
351
part.Parts.Add(attachment.
MimePart
);
366
viewsPart.Parts.Add(_bodyView.
MimePart
);
379
wholeView.ContentLocation = view.
MimePart
.ContentLocation;
380
wholeView.Parts.Add(view.
MimePart
);
387
wholeView.Parts.Add(resource.
MimePart
);
393
viewsPart.Parts.Add(view.
MimePart
);
409
part.Parts.Add(attachment.
MimePart
);