1. OG data type - EmailAttachmentList

    Article: AN0001687Updated:

    This object is list of objects EmailAttachment.

    Object properties

    All the functions relate to the list of objects over which the function is called.

    Name Description
    void AddFromText(string content, string fileName) Method inserts file in collection.
    void AddFromText(string content, string fileName, string mimeType) Method inserts file in collection.
    void AddFromBytes(byte[] content, string fileName) Method inserts file in collection.
    void AddFromBytes(byte[] content, string fileName, string mimeType) Method inserts file in collection.

     

×