RobotLib  1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
Rovio.API.Mail Class Reference

Manage email settings. More...

Inheritance diagram for Rovio.API.Mail:
Rovio.Component

Public Member Functions

 Mail (Robot _robot)
 The constructor.
 
void SetMail (string value)
 Configure email for sending IPCam images.
 
string GetMail ()
 Get email settings.
 
void SendMail ()
 Send an email with IPCam images.
 
- Public Member Functions inherited from Rovio.Component
 Component (Robot _robot)
 The constructor.
 
virtual void Update ()
 The Update function that manually refreshes the state of a given component (e.g. when AutoUpdate = false)
 

Additional Inherited Members

- Public Attributes inherited from Rovio.Component
bool AutoUpdate = true
 Automatic update option for methods requesting more than one piece of information.
 
- Protected Attributes inherited from Rovio.Component
Robot robot
 The robot class, accessible by all dervied classes.
 

Detailed Description

Manage email settings.

Constructor & Destructor Documentation

Rovio.API.Mail.Mail ( Robot  _robot)

The constructor.

Member Function Documentation

string Rovio.API.Mail.GetMail ( )

Get email settings.

MailServer, Port, Sender, Receiver, Subject, Body, User, PassWord, CheckFlag and Enable

void Rovio.API.Mail.SendMail ( )

Send an email with IPCam images.

void Rovio.API.Mail.SetMail ( string  value)

Configure email for sending IPCam images.

Enable – Ignored MailServer - mail server address Sender - sender’s email address Receiver - receiver’s email address, multi-receivers separated by ‘;’ Subject - subject of email User - user name for logging into the MailServer PassWord - password for logging into the MailServer CheckFlag - whether the MailServer needs to check password Interval - Ignored


The documentation for this class was generated from the following file: