Description: | Views an item of data given the item's data type and passed in ID. |
Syntax: | object.ViewItem data type, ID |
Parameters: | |
object | Required, the Application object |
ID | The ID of the item. This can usually be obtained by calling the Value method on the item, e.g. item.Value("ID") |
data type | A string representing the OfficeTalk data type. This may be one of the following values: "Company", "Contact", "Conversation", "Document", "Task Folder", "Meeting Folder", "Project Folder", "Planner Folder", "Mail Folder", "Task", "Project Task", "Appointment", "Resource Booking", "Meeting", "Meeting Member", "Planner", "Project", "Received Mail", "Sent Mail", "Group", "User", "Resource". |
Returns: | Nothing |
Example: |
Set appl = CreateObject("OfficeTalk.Application")
appl.ViewItem "Contact", "15534534"