| Methods | ||
|---|---|---|
| 
					
	public
					static
					
				 | NewInstance(): Message | # | 
| 
					
	public
					
					
				 | DoesNotCreateEmptyTextPart(): Message | # | 
| 
					
	public
					
					
				 | DoesNotAddDefaultXMailer(): Message | # | 
| 
					
	public
					
					
				 | MessageId(): string | # | 
| 
					
	public
					
					
				 | SetMessageId(string $sMessageId): void | # | 
| 
					
	public
					
					
				 | RegenerateMessageId(string $sHostName = ''): void | # | 
| 
					
	public
					
					
				 | Attachments(): AttachmentCollection | # | 
| 
					
	public
					
					
				 | GetFrom(): Email|null | # | 
| 
					
	public
					
					
				 | GetTo(): EmailCollection | # | 
| 
					
	public
					
					
				 | GetBcc(): EmailCollection|null | # | 
| 
					
	public
					
					
				 | GetRcpt(): EmailCollection | # | 
| 
					
	public
					
					
				 | SetCustomHeader(string $sHeaderName, string $sValue): Message | # | 
| 
					
	public
					
					
				 | SetSubject(string $sSubject): Message | # | 
| 
					
	public
					
					
				 | SetInReplyTo(string $sInReplyTo): Message | # | 
| 
					
	public
					
					
				 | SetReferences(string $sReferences): Message | # | 
| 
					
	public
					
					
				 | SetReadReceipt(string $sEmail): Message | # | 
| 
					
	public
					
					
				 | SetReadConfirmation(string $sEmail): Message | # | 
| 
					
	public
					
					
				 | SetPriority(int $iValue): Message | # | 
| 
					
	public
					
					
				 | SetSensitivity(int $iValue): Message | # | 
| 
					
	public
					
					
				 | SetXMailer(string $sXMailer): Message | # | 
| 
					
	public
					
					
				 | SetFrom(Email $oEmail): Message | # | 
| 
					
	public
					
					
				 | SetTo(EmailCollection $oEmails): Message | # | 
| 
					
	public
					
					
				 | SetDate(int $iDateTime): Message | # | 
| 
					
	public
					
					
				 | SetReplyTo(EmailCollection $oEmails): Message | # | 
| 
					
	public
					
					
				 | SetCc(EmailCollection $oEmails): Message | # | 
| 
					
	public
					
					
				 | SetBcc(EmailCollection $oEmails): Message | # | 
| 
					
	public
					
					
				 | SetSender(EmailCollection $oEmails): Message | # | 
| 
					
	public
					
					
				 | SetDraftInfo(string $sType, string $sUid, string $sFolder): Message | # | 
| 
					
	public
					
					
				 | AddPlain(string $sPlain): Message | # | 
| 
					
	public
					
					
				 | AddHtml(string $sHtml): Message | # | 
| 
					
	public
					
					
				 | AddText(string $sHtmlOrPlainText, bool $bIsHtml = false): Message | # | 
| 
					
	public
					
					
				 | AddAlternative(
	string $sContentType,
	string|resource $mData,
	string $sContentTransferEncoding = '',
	array $aCustomContentTypeParams = [],
): Message | # | 
| 
					
	public
					
					
				 | ToPart(bool $bWithoutBcc = false): Part | # | 
| 
					
	public
					
					
				 | ToStream(bool $bWithoutBcc = false): resource | # | 
| 
					
	public
					
					
				 | ToString(bool $bWithoutBcc = false): string | # |