AttachmentInfo Class
This structure contains the details of the attachments associated with the message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonAttachmentInfo

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class AttachmentInfo

The AttachmentInfo type exposes the following members.

Fields
NameDescription
Public fieldattachmentId
The ID of the attachment.
Public fieldcId
The ID of the attachment if the attachment was added as an inline attachment.
Public fieldeventId
The ID of the event associated with the attachment.
Public fieldfileName
The name of the file that is added as an attachment.
Public fieldsize
The size of the attachment.
Top
See Also