SelectedMailingAddress Enumeration

Independentsoft MSG .NET

SelectedMailingAddress Enumeration MSG .NET Class Library
Indicating the type of the mailing address for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum SelectedMailingAddress
public enum SelectedMailingAddress
Public Enumeration SelectedMailingAddress
Public Enumeration SelectedMailingAddress
Dim instance As SelectedMailingAddress
Dim instance As SelectedMailingAddress
public enum SelectedMailingAddress
public enum SelectedMailingAddress
public enum SelectedMailingAddress
public enum SelectedMailingAddress
Independentsoft.Msg.SelectedMailingAddress = function();
Independentsoft.Msg.SelectedMailingAddress.createEnum('Independentsoft.Msg.SelectedMailingAddress', false);
Independentsoft.Msg.SelectedMailingAddress = function();
Independentsoft.Msg.SelectedMailingAddress.createEnum('Independentsoft.Msg.SelectedMailingAddress', false);
Members

  Member nameValueDescription
Business0
Home1
Other2
None3 None.
See Also