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.
コードでは、返信ステータスを取得したいと思います。これは、「このメッセージに返信しました...」を表示するために使用される1つのOutlookです。
すべてのMailItemプロパティを調べてみましたが、そのようなものは見つかりませんでした。
よろしくお願いします、ニコ
string SchemaTransportHeader = @"http://schemas.microsoft.com/mapi/proptag/0x10820040"; string repliedOn = oMailItem.PropertyAccessor.GetProperty(SchemaTransportHeader).ToString();
返信されていない場合、または返信されていない場合は空になります。