CustomMenuKeyMapping.TransferToMailbox property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property TransferToMailbox As String
Get
Set
'Usage
Dim instance As CustomMenuKeyMapping
Dim value As String
value = instance.TransferToMailbox
instance.TransferToMailbox = value
public string TransferToMailbox { get; set; }
Property value
Type: System.String