IMsgStore::NotifyNewMail

適用対象: Outlook 2013 | Outlook 2016

新しいメッセージが到着したことをメッセージ ストアに通知します。 このメソッドは、MAPI スプーラーによってのみ呼び出されます。

HRESULT NotifyNewMail(
  LPNOTIFICATION lpNotification
);

パラメーター

lpNotification

[in] A pointer to a NOTIFICATION structure that describes the new message notification.

戻り値

S_OK

���b�Z�[�W �X�g�A������ɒʒm��󂯎��܂��B

注釈

IMsgStore::NotifyNewMail���\�b�h�́A���b�Z�[�W���z�M�i�ޏ������ł�����A���b�Z�[�W �X�g�A�ɒʒm���� MAPI �X�v�[���[�ɂ���ĂƌĂ΂�܂��B

実装に関するメモ

When NotifyNewMail is called, send a new mail notification to all registered clients. You can send the notification by calling IMAPISupport::Notify, if you elect to use the support object methods, or by using your own implementation. 登録済みクライアントは 、IMsgStore::Advise を呼び出し、 lpEntryID パラメーターを NULL に設定し、 ulEventMask パラメーターを fnevNewMail に設定したクライアントです。

Do not modify or free the memory for the NOTIFICATION structure that describes the new mail notification. Copy the NOTIFICATION structure by calling the utility function ScCopyNotifications to make use of the information in its members.

関連項目

IMAPISupport::Subscribe

IMAPISupport::Unsubscribe

�ʒm

ScCopyNotifications

IMsgStore: IMAPIProp