• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

getTag

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Description

Get the tag that is used by eJournal to identify incoming emails with the correct request.

In parameters

Parameter Description
sessionKey A valid session key

Out parameters

Parameter Description
tag The configured tag for Service

Example

string sessionKey;
admin.adminService adminService = new admin.adminService();
ticket.ticketService ticketService = new ticket.ticketService();

string errorCode = ticketService.login("test","test",out sessionKey);
if(errorCode.Equals("0"))
{
  string tag;
  adminService.getTag(sessionKey, out tag);
}
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top