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
Public Property WindowsLiveID As SmtpAddress
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As SmtpAddress

value = instance.WindowsLiveID

instance.WindowsLiveID = value
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.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace