Mailbox.WindowsLiveID Property

Gets or sets the Windows Live ID associated with the mailbox.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property WindowsLiveID As SmtpAddress
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As SmtpAddress

value = instance.WindowsLiveID

instance.WindowsLiveID = value
[ParameterAttribute(Mandatory = false)]
public SmtpAddress WindowsLiveID { get; set; }

Property Value

Type: Microsoft.Exchange.Data.SmtpAddress
The Windows Live ID associated with the mailbox.

Remarks

The WindowsLiveID property is only valid in the Outlook Live service.