Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSPreviewMailing
Integer GetContactId()
NSPreviewMailing thing; Integer contactId = thing.GetContactId();
String GetContactName()
NSPreviewMailing thing; String contactName = thing.GetContactName();
Integer GetDocumentMessageId()
NSPreviewMailing thing; Integer documentMessageId = thing.GetDocumentMessageId();
String GetFromAddress()
NSPreviewMailing thing; String fromAddress = thing.GetFromAddress();
Integer GetLinkClicks()
NSPreviewMailing thing; Integer linkClicks = thing.GetLinkClicks();
Integer GetMessageId()
NSPreviewMailing thing; Integer messageId = thing.GetMessageId();
String GetMessageSubject()
NSPreviewMailing thing; String messageSubject = thing.GetMessageSubject();
DateTime GetOpened()
NSPreviewMailing thing; DateTime opened = thing.GetOpened();
String GetPersonFullName()
NSPreviewMailing thing; String personFullName = thing.GetPersonFullName();
Integer GetPersonId()
NSPreviewMailing thing; Integer personId = thing.GetPersonId();
DateTime GetSendingTime()
NSPreviewMailing thing; DateTime sendingTime = thing.GetSendingTime();
String GetShipmentDescription()
NSPreviewMailing thing; String shipmentDescription = thing.GetShipmentDescription();
Integer GetShipmentId()
NSPreviewMailing thing; Integer shipmentId = thing.GetShipmentId();
String GetShipmentType()
NSPreviewMailing thing; String shipmentType = thing.GetShipmentType();
Integer GetStatus()
NSPreviewMailing thing; Integer status = thing.GetStatus();
Void SetContactId(Integer contactId)
NSPreviewMailing thing; Integer contactId; thing.SetContactId(contactId);
Void SetContactName(String contactName)
NSPreviewMailing thing; String contactName; thing.SetContactName(contactName);
Void SetDocumentMessageId(Integer documentMessageId)
NSPreviewMailing thing; Integer documentMessageId; thing.SetDocumentMessageId(documentMessageId);
Void SetFromAddress(String fromAddress)
NSPreviewMailing thing; String fromAddress; thing.SetFromAddress(fromAddress);
Void SetLinkClicks(Integer linkClicks)
NSPreviewMailing thing; Integer linkClicks; thing.SetLinkClicks(linkClicks);
Void SetMessageId(Integer messageId)
NSPreviewMailing thing; Integer messageId; thing.SetMessageId(messageId);
Void SetMessageSubject(String messageSubject)
NSPreviewMailing thing; String messageSubject; thing.SetMessageSubject(messageSubject);
Void SetOpened(DateTime opened)
NSPreviewMailing thing; DateTime opened; thing.SetOpened(opened);
Void SetPersonFullName(String personFullName)
NSPreviewMailing thing; String personFullName; thing.SetPersonFullName(personFullName);
Void SetPersonId(Integer personId)
NSPreviewMailing thing; Integer personId; thing.SetPersonId(personId);
Void SetSendingTime(DateTime )
NSPreviewMailing thing; DateTime sendingTime; thing.SetSendingTime(sendingTime);
Void SetShipmentDescription(String shipmentDescription)
NSPreviewMailing thing; String shipmentDescription; thing.SetShipmentDescription(shipmentDescription);
Void SetShipmentId(Integer shipmentId)
NSPreviewMailing thing; Integer shipmentId; thing.SetShipmentId(shipmentId);
Void SetShipmentType(String shipmentType)
NSPreviewMailing thing; String shipmentType; thing.SetShipmentType(shipmentType);
Void SetStatus(Integer status)
NSPreviewMailing thing; Integer status; thing.SetStatus(status);
Suggestions