Search Results for

    Show / Hide Table of Contents

    Class EMailAddress

    Represnets an email address entry for a contact

    Inheritance
    System.Object
    EMailAddress
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class EMailAddress : IContactAssignable

    Constructors

    | Improve this Doc View Source

    EMailAddress()

    Initialize new mail address

    Declaration
    public EMailAddress()

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact-id to which the mail address belongs

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    EMailAddressId

    Unique mail address id

    Declaration
    public long? EMailAddressId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    EMailAddressKeyId

    Gets or sets the type of the mail address

    Declaration
    public int EMailAddressKeyId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

    Unique address guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    MailAddress

    Gets or sets the mail address

    Declaration
    public string MailAddress { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PhysicalAddressId

    Gets or sets the physical address type id

    Declaration
    public long? PhysicalAddressId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Type

    Gets or sets the mail address type name

    Declaration
    public EMailAddressType Type { get; set; }
    Property Value
    Type Description
    EMailAddressType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx