3 types derived from AttachmentBase
System.Net.Mail (3)
System\Net\Mail\AlternateView.cs (1)
10
public class AlternateView :
AttachmentBase
System\Net\Mail\Attachment.cs (1)
284
public class Attachment :
AttachmentBase
System\Net\Mail\LinkedResource.cs (1)
10
public class LinkedResource :
AttachmentBase
2 references to AttachmentBase
netstandard (1)
netstandard.cs (1)
1167
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
AttachmentBase
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
652
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
AttachmentBase
))]