AttachmentBase Constructor

 

Instantiates a new AttachmentBase.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

NameDescription
System_CAPS_protmethodAttachmentBase(Stream^)

Instantiates an AttachmentBase with the specified Stream.

System_CAPS_protmethodAttachmentBase(Stream^, ContentType^)

Instantiates an AttachmentBase with the specified Stream and ContentType.

System_CAPS_protmethodAttachmentBase(Stream^, String^)

Instantiates an AttachmentBase with the specified Stream and media type.

System_CAPS_protmethodAttachmentBase(String^)

Instantiates an AttachmentBase with the specified file name.

System_CAPS_protmethodAttachmentBase(String^, ContentType^)

Instantiates an AttachmentBase with the specified file name and content type.

System_CAPS_protmethodAttachmentBase(String^, String^)

Instantiates an AttachmentBase with the specified file name and media type.

Return to top
Show: