Boundary
Located in File: Program_Root/class.phpmailer.php
default
Brent R. Matzelle
Class Variable Summary |
$CharSet
Sets the Char set. Default Value:
|
$ContentType
Sets the boundary Content Type. Default Value:
|
$Disposition
Sets an attachment disposition. Default Value:
|
$Encoding
Sets the Encoding. Default Value:
|
$FileName
Sets an attachment file name. Default Value:
|
$LE
Sets the line endings of the message. Default Value:
|
Inherited Class Variable Summary |
Inherited Method Summary |
Method Summary |
void constructor Boundary ( $boundary_id )
Main constructor. |
string GetSource ( [$bLineEnding = true] )
Returns the source of the boundary. |
Variable Detail |
public
public
public
public
public
Default is "\n";
public
Method Detail |
void constructor Boundary ( $boundary_id )
Main constructor.string GetSource ( [$bLineEnding = true] )
Returns the source of the boundary.public