C# Class EGSW.Services.EmailAccess

Show file Open project: careerengine/EGSW-Project Class Usage Examples

Public Methods

Method Description
GetReplaceWords ( string content ) : ArrayList

Method to get array list of replacale words in the parametered string

SendMail ( string Sender, string SenderName, string Receiver, string CC, string BCC, string Body, string subject ) : void

Send Text Mail

Method Details

GetReplaceWords() public static method

Method to get array list of replacale words in the parametered string
public static GetReplaceWords ( string content ) : ArrayList
content string
return System.Collections.ArrayList

SendMail() public static method

Send Text Mail
public static SendMail ( string Sender, string SenderName, string Receiver, string CC, string BCC, string Body, string subject ) : void
Sender string string Sender
SenderName string
Receiver string string Receiver
CC string string CC
BCC string string BCC
Body string string body
subject string string subject
return void