View Single Post
  #12  
Old 10-05-2006, 06:15 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the following when posting code in the forum to preserve indentation
HTML Code:
[code]... insert code here ...[/code]
I just tested out the mailbox functionality and it works fine here. Keep in mind that with mailboxes you need to use the exact name of the computer, NOT the IP address. You can use the following to double check that the name of each computer is correct
Code:
viz.getComputerName()
This will return the name of your computer. Make sure you are using this name when creating the mailbox on the other computer.
Reply With Quote