1. OG data type - EmailAttachmentList

    Artikel: AN0001687Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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.

     

×