Provides mapistore management routine for sending messages/notifications from administrative/services tools to OpenChange Server/listener process. More...
#include "mapiproxy/libmapistore/mapistore.h"
#include "mapiproxy/libmapistore/mapistore_errors.h"
#include "mapiproxy/libmapistore/mapistore_private.h"
#include "mapiproxy/libmapistore/mgmt/mapistore_mgmt.h"
#include "mapiproxy/libmapistore/mgmt/gen_ndr/ndr_mapistore_mgmt.h"
Functions | |
enum mapistore_error | mapistore_mgmt_send_newmail_notification (struct mapistore_mgmt_context *mgmt_ctx, const char *username, uint64_t FolderID, uint64_t MessageID, const char *MAPIStoreURI) |
Provides mapistore management routine for sending messages/notifications from administrative/services tools to OpenChange Server/listener process.
Using this interface virtually restrict mapistore features to the specific management functions subset.
enum mapistore_error mapistore_mgmt_send_newmail_notification | ( | struct mapistore_mgmt_context * | mgmt_ctx, |
const char * | username, | ||
uint64_t | FolderID, | ||
uint64_t | MessageID, | ||
const char * | MAPIStoreURI | ||
) |
Send notifications
References MAPISTORE_ERR_INVALID_PARAMETER, MAPISTORE_ERR_NOT_FOUND, MAPISTORE_ERR_NOT_INITIALIZED, mapistore_mgmt_registered_folder_subscription(), and MAPISTORE_SUCCESS.
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |