SharedNotification

Notifies a user of a shared folder or a shared personal address book. A subtype of Message.

Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Archived

R/W

Boolean. TRUE if this message has been archived.

Categories

R/O

Categories Collection. The collection of Category objects on this Mail, Appointment, Document Reference, Note, Phone Message, Task, or AddressBookEntry.

ChecklistCompleted

R/W

Boolean. TRUE if the item is part of the Checklist folder Messages collection or a Task item AND the item has been marked Completed. FALSE otherwise.

ChecklistCompletedDate

R/W

Date. The date this item was marked completed.

ChecklistDueDate

R/W

Date. The date this item should be Completed. Returns an error if the Message item is not a Task or is not part of the Checklist folder Messages collection.

ChecklistPercentComplete

R/W

Integer. Between 0 and 100 percent, how complete the checklist item is. If this value is set to a number outside the 0 to 100 range, an error is returned. If the value is set to 100, the item will also be marked complete.

ChecklistShowOnCalendarDate

R/W

Date. The date this item should appear on the calendar task list.

CommonMessageID

R/O

String. The ID of the message, regardless of its location. For example, an email will have the same CommonMessageID for both Sent and Received.

DeliveredDate

R/O

Date. The date and time this message item was delivered to the account.

Description

R/O

String. The description given to this notification by the originator.

Forwarded

R/O

Boolean. TRUE if this item has been forwarded to another user. Otherwise, FALSE.

MessageProperty

R/O

String. Based on the MessagePropertiesConstant passed in, a different string is returned.

Name

R/O

String. The name assigned to the notification by the originator.

NotificationType

R/O

Enum (SharedNotificationTypeConstants) The type of notification.

PersonalSubject

R/W

String. A text string to be shown by the GroupWise Windows client as the Subject text. This text appears only for the current user. The normal subject or their own Personal Subject text appears for other users.

Replied

R/O

Boolean. TRUE if this item has been replied to. Otherwise, FALSE.

Sharer

R/O

Address. The user who added this message to a shared folder. If this message was not added to a shared folder, this will be the same as the Sender property.

ShowOnChecklist

R/W

Boolean. TRUE if the item is part of the Checklist folder Messages collection. FALSE otherwise.

Size

R/O

Returns the size of the attachments and message body. If there are no attachments, only the size of the message body is returned.

Methods

Accept([Folders Folders], [String FolderName], [String Description])

Accepts a shared folder or shared personal address book. Folders is the Folders collection to which you wish to add this folder. Name is the name you wish to give to this folder. Description is the description you wish to give to this folder. Any parameters not specified are defaulted from the original object.

Accept([String SharedAddressBookName], [String Description])

Accepts a shared personal address book. SharedAddressBookName is the name you wish to call this address book. Description is the description you wish to give to this address book. Any parameters not specified are defaulted from the original object.

LocalDelete()

Deletes this message only from the currently connected post office database. No synchronization will take place between the master database and a remote database.

RemoveChecklistDueDate()

Removes the Checklist Due Date from the Message item. Returns an error if the item is not on the Checklist.