|
|
|
plugin.h
header file, included in The plugin.h Header File.#include <plugin.h>
struct message;
typedef structMessage
Message;
FreeMessage
,
FreeRecipient
,
GetBodyFile
,
GetFirstRecipient
,
GetHeaderFile
,
GetNextRecipient
,
NewMessage
,
NewRecipient
,
PostArticle
,
RemoveRecipient
#include <plugin.h>
struct address;
typedef struct address Recipient;
Recipient
structure is a type of Address
that represents the address of the recipient of a message. An address can be an RFC821
-compliant address or a newsgroup name string, for example: 'luke@rebelalliance.com' or 'alt.evil.empire'
.
Address
,
AddRecipient
,
FreeRecipient
,
GetFirstRecipient
,
GetNextRecipient
,
GetRecipientAddress
,
RemoveRecipient
#include <plugin.h>
struct address;
typedef struct address Address;
RFC821
-compliant address or a newsgroup name string, for example: 'luke@rebelalliance.com' or 'alt.evil.empire'
.
Recipient
,
NewRecipient
Last Updated: 08/24/97 11:42:58