Culture Members

The Culture class represents an e-mail culture.

The following tables list the members exposed by the Culture type.

Public Properties

  Name Description
Aa567153.pubproperty(en-us,EXCHG.80).gifAa567153.static(en-us,EXCHG.80).gif Default The Default property gets a Culture object that represents the default culture for the current process.
Aa567153.pubproperty(en-us,EXCHG.80).gif Description The Description property gets the English language description, if it is available, of the culture represented by this Culture object.
Aa567153.pubproperty(en-us,EXCHG.80).gifAa567153.static(en-us,EXCHG.80).gif Invariant The Invariant property gets the Culture object that represents the invariant culture.
Aa567153.pubproperty(en-us,EXCHG.80).gif LCID The LCID property gets the locale ID of the culture represented by this Culture object.
Aa567153.pubproperty(en-us,EXCHG.80).gif MimeCharset The MimeCharset property gets a read-only Charset object that represents the preferred MIME character set for the culture represented by this Culture object.
Aa567153.pubproperty(en-us,EXCHG.80).gif Name The Name property gets the RFC1766 name of the culture represented by this Culture object.
Aa567153.pubproperty(en-us,EXCHG.80).gif NativeDescription The NativeDescription property gets the description, if available, in the native language of the culture that this Culture object represents.
Aa567153.pubproperty(en-us,EXCHG.80).gif ParentCulture The ParentCulture property gets the parent culture for the culture that this Culture object represents.
Aa567153.pubproperty(en-us,EXCHG.80).gif WebCharset The WebCharset property gets the preferred Web character set for the culture that this Culture object represents.
Aa567153.pubproperty(en-us,EXCHG.80).gif WindowsCharset The WindowsCharset property gets the Windows character set for the culture that this Culture object represents.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa567153.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa567153.pubmethod(en-us,EXCHG.80).gifAa567153.static(en-us,EXCHG.80).gif GetCulture Overloaded. The GetCulture method overloads return a specified culture.
Aa567153.pubmethod(en-us,EXCHG.80).gif GetCultureInfo The GetCultureInfo method returns the CultureInfo object, if available, for the culture that this Culture object represents.
Aa567153.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa567153.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa567153.pubmethod(en-us,EXCHG.80).gifAa567153.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa567153.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa567153.pubmethod(en-us,EXCHG.80).gifAa567153.static(en-us,EXCHG.80).gif TryGetCulture Overloaded. The TryGetCulture method overloads attempt to get a Culture object that corresponds to a specified culture. TryGetCulture does not throw an exception if it fails.

Top

Protected Methods

  Name Description
Aa567153.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa567153.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top