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)
329
_message.Content = _bodyView.
MimePart
;
345
part.Parts.Add(_bodyView.
MimePart
);
353
part.Parts.Add(attachment.
MimePart
);
368
viewsPart.Parts.Add(_bodyView.
MimePart
);
381
wholeView.ContentLocation = view.
MimePart
.ContentLocation;
382
wholeView.Parts.Add(view.
MimePart
);
389
wholeView.Parts.Add(resource.
MimePart
);
395
viewsPart.Parts.Add(view.
MimePart
);
411
part.Parts.Add(attachment.
MimePart
);