Class MailLookup
Assembly: SuperOffice.CRMWeb.dll
Syntax
Constructors
MailLookup(String, Boolean, Boolean)
Declaration
public MailLookup(string address, bool lookupByEMailAddress, bool lookupByName)
Parameters
Properties
Address
Declaration
public string Address { get; }
Property Value
Associate
Declaration
public int Associate { get; }
Property Value
Company
Declaration
public int Company { get; }
Property Value
FoundMatch
Declaration
public bool FoundMatch { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Person
Declaration
public int Person { get; }
Property Value
RawAddress
Declaration
public string RawAddress { get; }
Property Value