Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - mailRecipientType

Description

This type represents a single recipient in an e-mail message.

Properties

Name Type Occurrence Description
recipId xs:unsignedLong Optional
Default=0
The unique identifier of this recipient.
deliveryStatus mailDeliveryStatusType Optional The delivery status for this recipient.
class mailRecipientClassType Required The class of recipient, can be 'to', 'cc', 'bcc' or 'from'.
address rfc822AddressType Required The email address.
name xs:string Optional The recipients display name.
In This Document