Table of Contents

Class Address

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll

Represents an Address of sender or recipient.

[Serializable]
public class Address
Inheritance
Address

Constructors

Address()

public Address()

Address(AddressTypes, string)

public Address(AddressTypes addrtype, string number)

Parameters

addrtype AddressTypes
number string

Address(string)

public Address(string number)

Parameters

number string

Properties

DisplayOnly

public bool? DisplayOnly { get; set; }

Property Value

bool?

Number

public string Number { get; set; }

Property Value

string

RFC2822Address

public string RFC2822Address { get; set; }

Property Value

string

ShortCode

public string ShortCode { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.