|
|
|
This chapter is a reference to Messaging Server API data structures.
For Messaging Server program definitions, see the plugin.h
header file. For a quick reference to the functions in this API, see "Messaging Server Function Summary."
WARNING: The type definitions in this section are for informational purposes only, and do not reproduce the actual definitions of the structures. All types mentioned in this document are opaque, and members of the type defined structures are not exposed in the header files. The only access to the members is through the Messaging Server API. §[Top]
#include <plugin.h>
struct Message;
Message
type.
For more information, see "Data Structures" and "Message Structure."
See Also
AddRecipient
,
DupMessage
,
FreeMessage
,
GetBodyFile
,
GetFirstRecipient
,
GetHeaderFile
,
GetNextRecipient
,
RemoveRecipient
#include <plugin.h>
typedef struct Address;
typedef 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'
.
To set or access this structure, use the functions associated with the Message
type.
For more information, see "Find a Messaging Server entry."
See Also
AddRecipient
,
RemoveRecipient
#include <plugin.h>
struct pblock;
pblock_findval
function.For more information, see "Parameter Block."
Last Updated: 08/21/97 22:09:04