Conversation.GlobalHasIrm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether at least one conversation item in any folder in a mailbox is protected by Information Rights Management (IRM).The GlobalHasIrm property is applicable for clients that target Exchange Online and versions of Exchange starting with 15.00.0847.032.
public:
property bool GlobalHasIrm { bool get(); };
public bool GlobalHasIrm { get; }
Public ReadOnly Property GlobalHasIrm As Boolean
Property Value
true if at least one conversation item in a mailbox is protected by IRM; otherwise, false.