Class FaxJobAttachment
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
public class FaxJobAttachment
- Inheritance
-
FaxJobAttachment
Properties
AttachmentID
Fax Attachment ID
public uint AttachmentID { get; }
Property Value
Cover
True if attachment is a cover page
public bool Cover { get; }
Property Value
Description
Attachment description
public string Description { get; }
Property Value
Filename
Attachment file in local filecache.
public string Filename { get; }
Property Value
LocalFile
Attachment file in local filecache.
public string LocalFile { get; }
Property Value
Pages
Pages in attachment
public int Pages { get; }
Property Value
Methods
RemoveFromLocalFileCache()
public void RemoveFromLocalFileCache()