|
RDOSocialPerson is represents a
social network user.
Returned by
RDOSocialPersons.Item
RDOSocialConnector.GetLoggedOnUser
The example below displays the full
name of a user with the specified email address .
userToFind = "user@domain.demo"
set Session = CreateObject("Redemption.RDOSession")
Session.MAPIOBJECT = Application.Session.MAPIOBJECT
set SocialConnector = Session.SocialConnectors.Item("Linkedin")
set persons = SocialConnector.FindPerson(userToFind)
for each person in persons
MsgBox person.FullName
next |
Properties
Methods
|
Derived from
IDispatch
|
|
Properties |
|
Address |
string, read-only
|
|
Anniversary |
DateTime, read-only
|
|
AskMeAbout |
string, read-only
|
|
Birthday |
DateTime, read-only
|
|
BusinessAddress |
string, read-only
|
|
BusinessCity |
string, read-only
|
|
BusinessCountryOrRegion |
string, read-only
|
|
BusinessState |
string, read-only
|
|
BusinessZip |
string, read-only
|
|
Cell |
string, read-only
|
|
City |
string, read-only
|
|
Company |
string, read-only
|
|
CountryOrRegion |
string, read-only
|
|
CreationTime |
DateTime, read-only
|
|
EmailAddress |
string, read-only
|
|
EmailAddress2 |
string, read-only
|
|
EmailAddress3 |
string, read-only
|
|
ExpirationTime |
DateTime, read-only
|
|
FileAs |
string, read-only
|
|
FirstName |
string, read-only
|
|
FriendStatus |
rdoFriendStatus, read-only.
fsUnknown = 0
fsFriend = 1
fsNotFriend = 2
fsPending = 3
fsPendingIn = 4
fsPendingOut =5
|
|
FullName |
string, read-only
|
|
Gender |
rdoGender, read-only
|
|
HomePhone |
string, read-only
|
|
Industries |
string, read-only
|
|
Interests |
string, read-only
|
|
LastModificationTime |
DateTime, read-only
|
|
LastName |
string, read-only
|
|
Location |
string, read-only
|
|
NickName |
string, read-only
|
|
OtherAddress |
string, read-only
|
|
OtherCity |
string, read-only
|
|
OtherCountryOrRegion |
string, read-only
|
|
OtherState |
string, read-only
|
|
OtherZip |
string, read-only
|
|
Phone |
string, read-only
|
|
Picture |
RDOPicture, read-only
|
|
PictureUrl |
string, read-only
|
|
Relationship |
string, read-only
|
|
Schools |
string, read-only
|
|
Skills |
string, read-only
|
|
State |
string, read-only
|
|
Title |
string, read-only
|
|
WebProfilePage |
string, read-only
|
|
Website |
string, read-only
|
|
WorkPhone |
string, read-only
|
|
Zip |
string, read-only
|
|
UserId |
string, read-only
|
|
|