MailForm Constructor (Stream) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Constructs a new instance of the MailForm class that writes to the supplied stream

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public MailForm(
	Stream output
)

Parameters

output
Type: System.IOStream
A stream object to write to. This parameter can be null to use the default response stream.
See Also

Reference