MailboxName()
Change Managed status of Mailbox.
Public Function MailboxName(ByVal SessionID As String, _ ByVal MailboxID As Integer, _
ByVal Managed As
Boolean ) _
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.
- Managed
Boolean
- Whether or not ECGrid is to manage the Mailbox.
Returns
- Boolean
- True if successful, false on failure.
Remarks
By default Mailboxes are Managed by
ECGrid. When not managed, all data is sent through the
default (0) Mailbox for the Network to manage. MailboxManaged() API added to
change Managed status.
Example
| Visual Basic |
[insert code sample] |
EventID: 2117
See Also
© 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. |
|