Show / Hide Table of Contents

Class MailLookup

Inheritance
Object
MailLookup
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Util
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MailLookup

Constructors

MailLookup(String, Boolean, Boolean)

Declaration
public MailLookup(string address, bool lookupByEMailAddress, bool lookupByName)
Parameters
Type Name Description
String address
Boolean lookupByEMailAddress
Boolean lookupByName

Properties

Address

Declaration
public string Address { get; }
Property Value
Type Description
String

Associate

Declaration
public int Associate { get; }
Property Value
Type Description
Int32

Company

Declaration
public int Company { get; }
Property Value
Type Description
Int32

FoundMatch

Declaration
public bool FoundMatch { get; }
Property Value
Type Description
Boolean

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Person

Declaration
public int Person { get; }
Property Value
Type Description
Int32

RawAddress

Declaration
public string RawAddress { get; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top