SelectedMailingAddress Enumeration
| 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 name | Value | Description | |
|---|---|---|---|
| Business | 0 | ||
| Home | 1 | ||
| Other | 2 | ||
| None | 3 | None. |
See Also