1999-02-17 22:28:25 +03:00
|
|
|
/*
|
|
|
|
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgSend.idl
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __gen_nsIMsgSend_h__
|
|
|
|
#define __gen_nsIMsgSend_h__
|
|
|
|
|
|
|
|
#include "nsISupports.h" /* interface nsISupports */
|
|
|
|
#include "nsIMsgCompFields.h" /* interface nsIMsgCompFields */
|
1999-02-26 04:56:15 +03:00
|
|
|
#include "nsID.h" /* interface nsID */
|
|
|
|
|
|
|
|
#ifdef XPIDL_JS_STUBS
|
|
|
|
#include "jsapi.h"
|
|
|
|
#endif
|
1999-02-17 22:28:25 +03:00
|
|
|
|
|
|
|
/* starting interface nsIMsgSend */
|
|
|
|
|
|
|
|
/* {9E9BD970-C5D6-11d2-8297-000000000000} */
|
|
|
|
#define NS_IMSGSEND_IID_STR "9E9BD970-C5D6-11d2-8297-000000000000"
|
|
|
|
#define NS_IMSGSEND_IID \
|
|
|
|
{0x9E9BD970, 0xC5D6, 0x11d2, \
|
|
|
|
{ 0x82, 0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}
|
|
|
|
|
|
|
|
class nsIMsgSend : public nsISupports {
|
|
|
|
public:
|
1999-03-04 03:44:05 +03:00
|
|
|
static const nsIID& GetIID() {
|
1999-02-17 22:28:25 +03:00
|
|
|
static nsIID iid = NS_IMSGSEND_IID;
|
|
|
|
return iid;
|
|
|
|
}
|
|
|
|
|
1999-03-12 00:02:50 +03:00
|
|
|
/* void SendMessage (in nsIMsgCompFields fields, in string smtp); */
|
|
|
|
NS_IMETHOD SendMessage(nsIMsgCompFields *fields, const char *smtp) = 0;
|
1999-02-26 04:56:15 +03:00
|
|
|
|
|
|
|
#ifdef XPIDL_JS_STUBS
|
|
|
|
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
|
|
|
|
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsgSend *priv);
|
|
|
|
#endif
|
1999-02-17 22:28:25 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __gen_nsIMsgSend_h__ */
|