MailboxExportRequestStatistics.AssociatedMessagesCopyOption Property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Property AssociatedMessagesCopyOption As Nullable(Of FAICopyOption)
Get
Set
'Usage
Dim instance As MailboxExportRequestStatistics
Dim value As Nullable(Of FAICopyOption)
value = instance.AssociatedMessagesCopyOption
instance.AssociatedMessagesCopyOption = value
public Nullable<FAICopyOption> AssociatedMessagesCopyOption { get; set; }
Property Value
Type: System.Nullable<FAICopyOption>