Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a String (string in C#) representing the state or province for the ExchangeUser. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property StateOrProvince As String
Get
Set
'Usage
Dim instance As _ExchangeUser
Dim value As String
value = instance.StateOrProvince
instance.StateOrProvince = value
[DispIdAttribute()]
string StateOrProvince { get; set; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI property, PidTagStateOrProvince.
Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.