Show / Hide Table of Contents

Class AttachmentPreview

Service attachment data intended for preview purposes

Carrier object for AttachmentPreview. Services for the AttachmentPreview Carrier is available from the Ticket Agent.
Inheritance
object
AttachmentPreview
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class AttachmentPreview : Carrier

Constructors

AttachmentPreview()

Default constructor

Declaration
public AttachmentPreview()
See Also
ITicketAgent

Properties

Content

Attachment data

Declaration
[DataMember]
public virtual byte[] Content { get; set; }
Property Value
Type Description
byte[]
See Also
ITicketAgent

EmailAttachmentsInfo

The attachments inside the attached RFC822 email. Empty array for non-RFC822 attachment

Declaration
[DataMember]
public virtual AttachmentEntity[] EmailAttachmentsInfo { get; set; }
Property Value
Type Description
AttachmentEntity[]
See Also
ITicketAgent

EmailCc

Cc field of the attached RFC822 email. Null for non-RFC822 attachment

Declaration
[DataMember]
public virtual string EmailCc { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

EmailDate

Date of the attached RFC822 email. Default DateTime value for non-RFC822 attachment

Declaration
[DataMember]
public virtual DateTime EmailDate { get; set; }
Property Value
Type Description
DateTime
See Also
ITicketAgent

EmailFrom

From field of the attached RFC822 email. Null for non-RFC822 attachment

Declaration
[DataMember]
public virtual string EmailFrom { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

EmailSubject

Subject of the attached RFC822 email. Null for non-RFC822 attachment

Declaration
[DataMember]
public virtual string EmailSubject { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

EmailTo

To field of the attached RFC822 email. Null for non-RFC822 attachment

Declaration
[DataMember]
public virtual string EmailTo { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

MimeType

The mimetype of the attachment

Declaration
[DataMember]
public virtual string MimeType { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

Name

Name of the attachment file

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

Size

Size of the attachment in bytes

Declaration
[DataMember]
public virtual int Size { get; set; }
Property Value
Type Description
int
See Also
ITicketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ITicketAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ITicketAgent

See Also

ITicketAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top