Show / Hide Table of Contents

    Class TransmittalCC

    A carbon copy recipient for a transmittal

    Inheritance
    System.Object
    TransmittalCC
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public sealed class TransmittalCC

    Constructors

    TransmittalCC()

    Declaration
    public TransmittalCC()

    Properties

    Company

    The company of the recipient

    Declaration
    public string Company { get; set; }
    Property Value
    Type Description
    System.String

    Contact

    The contact name of the recipient

    Declaration
    public string Contact { get; set; }
    Property Value
    Type Description
    System.String

    Copies

    The number of the copies for the recipient

    Declaration
    public int Copies { get; set; }
    Property Value
    Type Description
    System.Int32

    Email

    The email of the recipient

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Finalize()

    Declaration
    protected void Finalize()
    Back to top