C# Class System.Net.Smtp.SmtpAttachment

Datei anzeigen Open project: bizzehdee/System.Net.Smtp

Public Methods

Method Description
GetBase64 ( ) : String
GetFileSize ( ) : Int32
GetMimeType ( ) : String
LoadFile ( String file ) : void
SmtpAttachment ( ) : System.Text
SmtpAttachment ( String file ) : System.Text

Method Details

GetBase64() public method

public GetBase64 ( ) : String
return String

GetFileSize() public method

public GetFileSize ( ) : Int32
return System.Int32

GetMimeType() public method

public GetMimeType ( ) : String
return String

LoadFile() public method

public LoadFile ( String file ) : void
file String
return void

SmtpAttachment() public method

public SmtpAttachment ( ) : System.Text
return System.Text

SmtpAttachment() public method

public SmtpAttachment ( String file ) : System.Text
file String
return System.Text