|
RDOSocialActivityVariable object |
RDOSocialActivityVariable object
represents a variable used by a social activity (RDOSocialActivity).
See
Outlook
Social Connector Provider XML Schema on MSDN for more details.
Returned by:
RDOSocialActivityVariables.Item
|
Derived from:
IDispatch
|
|
Properties |
|
AltText |
string, read-only.
Present only if Type property equals savtPicture.
|
|
EmailAddress |
string, read-only.
|
|
Href |
string, read-only.
|
|
ID |
string, read-only.
|
|
List |
string, read-only.
|
|
ListItems |
RDOSocialActivityVariables,
read-only.
|
|
Name |
string, read-only.
|
|
NameHint |
string, read-only.
Present only if Type property equals savtPublisher or savtEntity
|
|
ProfileUrl |
string, read-only.
|
|
Text |
string, read-only.
Present only if Type property equals savtLink |
|
Type |
rdoSocialActivityVariableType, read-only.
savtUnknown = 0
savtPublisher = 1
savtEntity = 2
savtLink = 3
savtText = 4
savtPicture = 5
savtList =6
|
|
Value |
string, read-only.
Present only if Type property equals savtLink or savtText.
|
|
|
|