(Contents)(Previous)(Next)

Conversation Object

The Conversation object represents an OfficeTalk Conversation. This object provides access to the common object functionality.

Conversation Methods
Edit Lets the caller edit the properties of the Conversation via a dialog box
Update Saves changes to this conversation
Delete Deletes the conversation
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
SetCompany Sets the company associated with this conversation.
GetCompany Gets the company associated with this conversation.
SetContact Sets the contact associated with this conversation.
GetContact Gets the contact associated with this conversation.
SetUser Sets the user associated with this conversation.
GetUser Gets the user associated with this conversation.
GetBody Gets the body of the conversation
SetBody Sets the body of the conversation
SetBodyHTML Sets the body of the conversation using an HTML formatted string
Conversation Properties
Name Represents the conversation's subject
LastEditedDate The date on which the conversation was last changed
CreationDate The date when the conversation was created
Available Fields
Name
Type
Description
ID Long The conversation's ID
Last Edited Date The date when this conversation was last changed (Read only)
Date Time Date The date and time when this conversation was made
Date Date The date when this conversation was made
Time Date The time when this conversation was made
Subject String The subject of this conversation
Contact String The contact with whom this conversation is associated. Blank if none.
Company String The company with which this conversation is associated
More:

SetCompany(company As Object)

GetCompany()

SetContact(contact As Object)

GetContact()

SetUser(user As Object)

GetUser()

SetBody(sBody As String)

GetBody()

GetBodyHTML()


Next