C# Class LumiSoft.Net.Mime.Attachments

Inheritance: System.Collections.ArrayList
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
Add ( Attachment attachment ) : int

Attachments ( ) : System

this ( int nIndex ) : Attachment

Method Details

Add() public method

public Add ( Attachment attachment ) : int
attachment Attachment
return int

Attachments() public method

public Attachments ( ) : System
return System

this() public method

public this ( int nIndex ) : Attachment
nIndex int
return Attachment