|
|
|
plugin.h header file, included in The plugin.h Header File.#include <plugin.h>
struct message;
typedef structMessageMessage;
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, NewRecipientLast Updated: 08/24/97 11:42:58
Any sample code included above is provided for your use on an "AS IS" basis, under the Netscape License Agreement - Terms of Use