Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
件名をオプションにするため、デフォルトの Outlook 件名ポップアップを無効にしたい。件名を必須にする独自のポップアップを作成したい。私は Outlook 開発者で、C#.Net を使用しています。C#でOutlookの空白の件名のポップアップを無効にする方法を教えてもらえますか?
ありがとう、ニディ
ItemSendイベントにハンドラーを追加し、件名が空白の場合にCancelプロパティを設定しますTrue(件名はもちろん必須であることをユーザーに伝えます)。
ItemSend
Cancel
True