Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Windows Live ID associated with the mail user.
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 MailUser
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 mail user.
Remarks
This property is not available for on-premises deployments.