MailboxNoticesContact()
Update Notices Contact for a Mailbox.
Public Function
MailboxNoticesContact(ByVal
SessionID As String,
_
ByVal MailboxID As Integer,
_
ByVal UserID As Integer)
_
As Boolean |
Parameters
- SessionID
String - GUID
- The current session's GUID in string format. This is a 32-character
hexidecimal string in the format:
00000000-0000-0000-0000-000000000000.
This is the value returned by the Login() function.
- MailboxID
Integer
- The ECGrid MailboxID assigned to
the ID on the specified network.
- UserID
Integer
- A numeric value used to represent a specific user on the system.
Returns
- Boolean
- True if successful, false on failure.
Remarks
Changes the Notices Contact UserID associated with this mailbox.
This value is initially set when the Mailbox is created through MailboxAdd() or MailboxAddEx().
This allows the system to properly direct automated ECGrid
status messages regarding this Mailbox.
Example
| Visual Basic |
[insert code sample] |
EventID: 2110
See Also
MailboxAdd()
MailboxAddEx()
© 2008-2011, Loren Data Corp. All rights
reserved. |
ECGrid is a registered service
mark of Loren Data Corp. ECGridOS is a service mark of Loren Data
Corp. |
|