[ROOT] --> small

class CEMail
    extends CDialog as public

Author:
unascribed

Version:
unknown

Source:
EMail.h:14

Constructors Index

CEMail
[public]


Enums Index

__$E0010__
[public]


Variables Index

m_attachment
[public]
m_cc
[public]
m_emailto
[public]
m_IP
[public]
m_isp
[public]
m_message
[public]
m_port
[public]
m_subject
[public]
m_usemapi
[public]
m_useremail
[public]


Methods Index

DoDataExchange
[protected]
OnChangeEdit29
[protected]
OnCheck1
[protected]
OnClickedOk
[protected]
OnOK
[protected]


Constructors

CEMail

public CEMail ( CWnd * pParent = NULL ) ;


Enums

__$E0010__

public enum __$E0010__ { IDD = IDD_DIALOG17 } ;


Variables

m_usemapi

public BOOL m_usemapi

m_isp

public CString m_isp

m_port

public int m_port

m_subject

public CString m_subject

m_cc

public CString m_cc

m_attachment

public CString m_attachment

m_message

public CString m_message

m_useremail

public CString m_useremail

m_emailto

public CString m_emailto

m_IP

public CString m_IP


Methods

DoDataExchange

protected virtual void DoDataExchange ( CDataExchange * pDX ) ;

OnOK

protected virtual void OnOK ( ) ;

OnClickedOk

protected afx_msg void OnClickedOk ( ) ;

OnCheck1

protected afx_msg void OnCheck1 ( ) ;

OnChangeEdit29

protected afx_msg void OnChangeEdit29 ( ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.