mapi_set_property_sz_ex
Example: mapi_set_property_sz_ex | MS Exchange Server Functions (MAPI) |
Obtains a MAPI property for a specific session.
void mapi_set_property_sz_ex( MAPI *ppmapi, char *property, char *value );
ppmapi | A session identifier. |
property | One of the supported MAPI Properties. |
value | The property value. |
The mapi_set_property_sz_ex function sets a MAPI session property value for a specific session.
This function is for use with multiple sessions. For global sessions, use the mapi_set_property_sz function, which leaves out the session identifier.
Return Values
This function has no return value.
Parameterization
All arguments of this function of the type char, can be parameterized with standard parameterization.