public Attachment( string name, string contentType, MemoryStream data )
Public Function New( _ ByVal name As String, _ ByVal contentType As String, _ ByVal data As MemoryStream _ )
Parameters
- name
- The name of the attached document.
- contentType
- The MIME type of the attached document.
- data
- The attached document data.