Hey, I never thought I'd be posting here.
Yet, I have a small idea which I'm trying to get to work..
I need to get my contact's email (the whole list).
I looked throughout the documentation.. I was able to find something that has to do with email and network..
code:
[string] Email;
and
code:
[enum] Network;
Yet I can't seem to find how to use it..
What is the string suposed to represent.. A string that I created? For example
code:
var NameOfEmailOne ;
NameOfEmailOne = Email ;
Because that don't seem to work very well..