Search Results for

    Show / Hide Table of Contents

    Class EMailAddressType

    Represents a EMailAddressType

    Inheritance
    System.Object
    EMailAddressType
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class EMailAddressType

    Constructors

    | Improve this Doc View Source

    EMailAddressType()

    Initialize instance

    Declaration
    public EMailAddressType()

    Properties

    | Improve this Doc View Source

    EMailAddressKeyId

    Gets or sets the property EMailAddressKeyId as int

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

    EMailAddressName

    Gets or sets the property EMailAddressName as string

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

    Id

    Gets or sets the property Id as Guid

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