ec_message_get_rcptto
Last updated March 2020
Name
ec_message_get_rcptto — returns the entire protocol-decorated rcptto string
Synopsis
#include "ec_message.h"
| const char * **ec_message_get_rcptto** (
| mess)
; | |
Description
Returns the entire protocol-decorated rcptto string via a read-only buffer. For example, RCPT TO: john.doe@example.comCRLF
- mess
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
Returns a read-only pointer to the message rcptto buffer. This may be NULL, indicating that no rcptto string has been set.
It is legal to call this function in any thread.
See Also
Was this page helpful?