InterconnectNote()
Add a Note to an Interconnect Request.
Public Function InterconnectNote(ByVal SessionID As
String,
_
ByVal
InterconnectID As
Integer, _
ByVal AuthLevel As AuthLevel, _
ByVal Note As String,
_
ByVal EMailTo As eMailTo, _
ByVal OtherEMailAddress As String)
_
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.
- InterconnectID
Integer
- The value assigned to a specific Interconnect request.
- AuthLevel
Short - AuthLevel ENUM
- The Authority Level required to access
this specific note. An AuthLevel of MailboxUser
allows everyone to view the note.
- Note
String(0,250)
- A free-form note to document the transaction.
- EMailTo
Short - eMailTo ENUM
- A flag to indicate to whom a note or update should be emailed.
- OtherEMailAddress
String(0,48)
- A valid e-mail address outside of a system User address.
Returns
- Boolean
- True if successful, false on failure.
Remarks
Ad hoc notes can be added to an Interconnect Request.
The EMailTo parameter allows a note to be e-mailed
in addition to being stored in the system. Each Interconnect has several default
e-mail addresses attached to it:
ECGrid NetOps is CCed with all Interconnect Notes that are e-mailed.
OtherEMailAddress allows any additional party to be
e-mailed with this note.
Example
| Visual Basic |
[insert code sample] |
EventID: 4003
See Also
InterconnectAdd()
MailboxInterconnectsContact()
© 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. |
|