C# Class RemObjects.InternetPack.Messages.MailMessage

显示文件 Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
DecodeMessage ( Stream source ) : void
EncodeMessage ( Stream destination ) : void
SaveToFile ( String filename ) : void
ValidateEncoder ( ) : void

Private Methods

Method Description
GetDateHome ( ) : System.DateTime
SetDateHome ( System.DateTime value ) : void

Method Details

DecodeMessage() public method

public DecodeMessage ( Stream source ) : void
source Stream
return void

EncodeMessage() public method

public EncodeMessage ( Stream destination ) : void
destination Stream
return void

SaveToFile() public method

public SaveToFile ( String filename ) : void
filename String
return void

ValidateEncoder() public method

public ValidateEncoder ( ) : void
return void