Sets the content of this entity to data read from the specified stream and sets media type and file name.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub SetContent ( _
	source As Stream, _
	name As String _
)
C#
public void SetContent(
	Stream source,
	string name
)

Parameters

source
Type: System.IO..::..Stream
Source stream to read data from.
name
Type: System..::..String
File name to assign to the content, or null if no file name is to be assigned.

Remarks

Media type is set to 'application/octet-stream'.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also