#7117
MA
Participant

    The following code will read the attachments size for the composing message. Hope this helps.

    dim x

    for x = 0 to groupwise.ItemAttachmentGetCount(“X00”) -1
    ‘ Attachment size, in bytes of the specified file
    msgbox Utilities.FileSystem.GetSizeOfFile(groupwise.ItemAttachmentGetName(“X00”, x))
    next