MoveRequestStatistics.DoNotPreserveMailboxSignature property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public ReadOnly Property DoNotPreserveMailboxSignature As Boolean
Get
'Usage
Dim instance As MoveRequestStatistics
Dim value As Boolean
value = instance.DoNotPreserveMailboxSignature
public bool DoNotPreserveMailboxSignature { get; }
Property value
Type: System.Boolean