COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT
The Mail View data types supplied in the WSDL note are described below. Note that the String data type is currently supported.
Type 1: Person display name/common name
This sample maps to NotesName.Common.
<types>
<xsd:schema targetNamespace="http://com.ibm.propertybroker.standardtypes">
<xsd:simpleType name="commonName">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:schema>
</types>
Example: "John B Goode"
Type 2: E-mail address/emailAddress
This sample maps to NotesName.Addr821.
<xsd:simpleType name="emailAddress">
Example: "jbg@us.acme.com"
Type 3: MailTo
See http://ftp.isi.edu/in-notes/rfc2368.txt and http://www.ianr.unl.edu/internet/mailto.html for details.
<xsd:simpleType name="MailTo">
Example: "mailto:astark1@unl.edu?subject=MailTo Comments&cc=ASTARK1@UNL.EDU,id@internet.node?&bcc=ASTARK1@UNL.EDU""
Type 4: ToField
Note Any Notes-acceptable string can be used as a field value.
<xsd:simpleType name="ToField">
Example: "Niklas Cooper" or "Niklas Cooper/Germany/ibm" or "niklas_cooper.ibm.com" or "John B Goode" <jbg@us.acme.com> or multi-values separated by ','
Type 5: NotesURL
Note Contains the URL of the selected Notes document. Any Notes-acceptable string can be used as a field value.
<xsd:simpleType name="NotesURL">
Example: This would contain the valid URL of the selected Notes document. For example, notes://servername/databaseName or the HTTP URL such as http://servername/databaseName
Output properties
The following output properties, supplied in the WSDL note, are published from the Inbox folder. You can use the declarative approach to publish the properties.
type commonName as described above, published from the Sender column
type emailAddress as described above, published from the Availability icon/SametimeInfo column (hidden)
type string, published from the Subject column
type NotesURL, published internally
The following actions, supplied in the WSDL note, are exposed to the Property Broker:
Notes Contacts data types, properties, and actions
The Contacts data types supplied in the WSDL note are described below. Note that the String data type is currently supported.
Types
<xsd:simpleType name="canonicalName">
All properties are published from the My Contacts view.
type emailAddress, published from E-mail column
type canonicalName, published from SametimeInfo column (hidden)
type commonName, published from Name column
type string, published from Address column
There are no actions for Contacts.