1 write to pwzEmailAddress
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
191
pc.
pwzEmailAddress
= (peerContact.EmailAddress == null) ? null : peerContact.EmailAddress.ToString();
2 references to pwzEmailAddress
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
137
peerContact.EmailAddress = (pc.
pwzEmailAddress
!= null) ? new MailAddress(pc.
pwzEmailAddress
) : null;