ContactItemType.SpouseName Property
The SpouseName property gets or sets a string value that represents the name of the spouse of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SpouseName As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.SpouseName
instance.SpouseName = value
public string SpouseName { get; set; }
Property Value
Type: System.String
The SpouseName property returns a string value that represents the name of the spouse of a contact.
See Also