Mailbox.AuditDelegate property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property AuditDelegate As MultiValuedProperty(Of MailboxAuditOperations)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of MailboxAuditOperations)

value = instance.AuditDelegate

instance.AuditDelegate = value
public MultiValuedProperty<MailboxAuditOperations> AuditDelegate { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<MailboxAuditOperations>

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace