Class Boundary

Boundary

Classes extended from Boundary:

Located in File: Program_Root/class.phpmailer.php


Boundary - MIME message boundary class


Class Variable Summary
$CharSet
Sets the Char set.
Default Value: -><-
$ContentType
Sets the boundary Content Type.
Default Value: ->text/plain<-
$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: ->\n<-

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

$CharSet

Data type: string
Sets the Char set.


$ContentType

Data type: string
Sets the boundary Content Type.


$Disposition

Data type: string
Sets an attachment disposition.


$Encoding

Data type: string
Sets the Encoding.


$FileName

Data type: string
Sets an attachment file name.


$LE

Data type: string
Sets the line endings of the message.
Default is "\n";


Method Detail

constructor Boundary

void constructor Boundary ( $boundary_id )

Main constructor.

Function Parameters:
Function Info:

GetSource

string GetSource ( [$bLineEnding = true] )

Returns the source of the boundary.

Function Parameters:
Function Info:
Access - public