Sets the content of this entity to data read from the specified stream and sets media type, file name and transfer encoding.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub SetContent ( _ source As Stream, _ name As String, _ mediaType As String, _ transferEncoding As TransferEncoding _ ) |
C# |
---|
public void SetContent( Stream source, string name, string mediaType, TransferEncoding transferEncoding ) |
Parameters
- source
- Type: System.IO..::..Stream
Source stream to read data from.
- name
- Type: System..::..String
File name to assign to the content.
- mediaType
- Type: System..::..String
Media type.
- transferEncoding
- Type: Rebex.Mime..::..TransferEncoding
Transfer encoding.